#B1BA30

Color #B1BA30 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #B1BA30

Tints of Bahia #B1BA30

Color information

#B1BA30 (or 0xB1BA30) is unknown color: approx Bahia. HEX triplet: B1, BA and 30. RGB value is (177,186,48). Sum of RGB (Red+Green+Blue) = 177+186+48=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA30 is #4E45CF. Grayscale: #A8A8A8. Windows color (decimal): -5129680 or 3193521. OLE color: 3193521.

HSL color Cylindrical-coordinate representation of color #B1BA30: hue angle of 63.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1BA30 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB17718648-
CMYK0.0500.740.27
HSL63.91º58.97%45.88%-
HSV(B)63.91º74.19%72.94%-
XYZ36.2244.689.51-
YUV167.5860.52134.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 186 (73.05% from 255) = 45.26%
BLUE value IS 48 (19.14% from 255) = 11.68%
R=43.07%
G=45.26%
B=11.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177186480.0500.740.2763.9158.9745.88
HexB1BA30504A1B403b2e
Octal2612726050112331007356
Binary101100011011101011000010101001010110111000000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA30; }

 p { color: rgb(177,186,48); }

 H1.HeaderClassName
 {
   color: #B1BA30;
 }
 .AnyTagClassName
 {
   color: #B1BA30;
 }
</style>
background-color css

<style>
 a { background-color: #B1BA30; }

 a { background-color: rgb(177,186,48); }

 div.DivClassName
 {
   background-color: #B1BA30;
 }
 .BgClassName
 {
   background-color: #B1BA30;
 }
</style>
border-color css

<style>
 span { border-color: #B1BA30; }

 span { border-color: rgb(177,186,48); }

 td.TdClassName
 {
   border-color: #B1BA30;
 }
 .TagClassName
 {
   border-color: #B1BA30;
 }
</style>