#B7B65C

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

Shades of Olive Green #B7B65C

Tints of Olive Green #B7B65C

Color information

#B7B65C (or 0xB7B65C) is unknown color: approx Olive Green. HEX triplet: B7, B6 and 5C. RGB value is (183,182,92). Sum of RGB (Red+Green+Blue) = 183+182+92=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B65C is #4849A3. Grayscale: #ACACAC. Windows color (decimal): -4737444 or 6076087. OLE color: 6076087.

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

Color convert

RGB18318292-
CMYK00.010.500.28
HSL59.34º38.72%53.92%-
HSV(B)59.34º49.73%71.76%-
XYZ38.1944.316.66-
YUV172.0482.83135.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 92 (36.33% from 255) = 20.13%
R=40.04%
G=39.82%
B=20.13%

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
Decimal1831829200.010.500.2859.3438.7253.92
HexB7B65C01321C3b2736
Octal267266134016234734766
Binary101101111011011010111000111001011100111011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B65C; }

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

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

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

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

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

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

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

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