#B8B75C

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

Shades of Olive Green #B8B75C

Tints of Olive Green #B8B75C

Color information

#B8B75C (or 0xB8B75C) is unknown color: approx Olive Green. HEX triplet: B8, B7 and 5C. RGB value is (184,183,92). Sum of RGB (Red+Green+Blue) = 184+183+92=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B75C is #4748A3. Grayscale: #ADADAD. Windows color (decimal): -4671652 or 6076344. OLE color: 6076344.

HSL color Cylindrical-coordinate representation of color #B8B75C: hue angle of 59.35º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8B75C is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18418392-
CMYK00.010.500.28
HSL59.35º39.32%54.12%-
HSV(B)59.35º50%72.16%-
XYZ38.6344.8316.74-
YUV172.9282.33135.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 183 (71.88% from 255) = 39.87%
BLUE value IS 92 (36.33% from 255) = 20.04%
R=40.09%
G=39.87%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841839200.010.500.2859.3539.3254.12
HexB8B75C01321C3b2736
Octal270267134016234734766
Binary101110001011011110111000111001011100111011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B75C; }

 p { color: rgb(184,183,92); }

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

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

 a { background-color: rgb(184,183,92); }

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

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

 span { border-color: rgb(184,183,92); }

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