#B8B45B

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

Shades of Olive Green #B8B45B

Tints of Olive Green #B8B45B

Color information

#B8B45B (or 0xB8B45B) is unknown color: approx Olive Green. HEX triplet: B8, B4 and 5B. RGB value is (184,180,91). Sum of RGB (Red+Green+Blue) = 184+180+91=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B45B is #474BA4. Grayscale: #ABABAB. Windows color (decimal): -4672421 or 6010040. OLE color: 6010040.

HSL color Cylindrical-coordinate representation of color #B8B45B: hue angle of 57.42º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8B45B is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18418091-
CMYK00.020.510.28
HSL57.42º39.57%53.92%-
HSV(B)57.42º50.54%72.16%-
XYZ37.9843.5916.31-
YUV171.0582.83137.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 91 (35.94% from 255) = 20%
R=40.44%
G=39.56%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841809100.020.510.2857.4239.5753.92
HexB8B45B02331C392836
Octal270264133026334715066
Binary1011100010110100101101101011001111100111001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B45B; }

 p { color: rgb(184,180,91); }

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

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

 a { background-color: rgb(184,180,91); }

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

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

 span { border-color: rgb(184,180,91); }

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