#B1B824

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

Shades of Bahia #B1B824

Tints of Bahia #B1B824

Color information

#B1B824 (or 0xB1B824) is unknown color: approx Bahia. HEX triplet: B1, B8 and 24. RGB value is (177,184,36). Sum of RGB (Red+Green+Blue) = 177+184+36=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 36 (14.45% from 255 or 9.07% from 397); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B824 is #4E47DB. Grayscale: #A5A5A5. Windows color (decimal): -5130204 or 2406577. OLE color: 2406577.

HSL color Cylindrical-coordinate representation of color #B1B824: hue angle of 62.84º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1B824 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB17718436-
CMYK0.0400.800.28
HSL62.84º67.27%43.14%-
HSV(B)62.84º80.43%72.16%-
XYZ35.5943.768.24-
YUV165.0455.18136.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 184 (72.27% from 255) = 46.35%
BLUE value IS 36 (14.45% from 255) = 9.07%
R=44.58%
G=46.35%
B=9.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177184360.0400.800.2862.8467.2743.14
HexB1B82440501C3f432b
Octal2612704440120347710353
Binary101100011011100010010010001010000111001111111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B824; }

 p { color: rgb(177,184,36); }

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

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

 a { background-color: rgb(177,184,36); }

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

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

 span { border-color: rgb(177,184,36); }

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