#B0B824

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

Shades of Bahia #B0B824

Tints of Bahia #B0B824

Color information

#B0B824 (or 0xB0B824) is unknown color: approx Bahia. HEX triplet: B0, B8 and 24. RGB value is (176,184,36). Sum of RGB (Red+Green+Blue) = 176+184+36=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 36 (14.45% from 255 or 9.09% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B824 is #4F47DB. Grayscale: #A5A5A5. Windows color (decimal): -5195740 or 2406576. OLE color: 2406576.

HSL color Cylindrical-coordinate representation of color #B0B824: hue angle of 63.24º 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 #B0B824 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB17618436-
CMYK0.0400.800.28
HSL63.24º67.27%43.14%-
HSV(B)63.24º80.43%72.16%-
XYZ35.3643.648.23-
YUV164.7455.35136.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.44%
GREEN value IS 184 (72.27% from 255) = 46.46%
BLUE value IS 36 (14.45% from 255) = 9.09%
R=44.44%
G=46.46%
B=9.09%

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
Decimal176184360.0400.800.2863.2467.2743.14
HexB0B82440501C3f432b
Octal2602704440120347710353
Binary101100001011100010010010001010000111001111111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B824; }

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

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

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

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

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

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

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

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