#B7BB64

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

Shades of Olive Green #B7BB64

Tints of Olive Green #B7BB64

Color information

#B7BB64 (or 0xB7BB64) is unknown color: approx Olive Green. HEX triplet: B7, BB and 64. RGB value is (183,187,100). Sum of RGB (Red+Green+Blue) = 183+187+100=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BB64 is #48449B. Grayscale: #B0B0B0. Windows color (decimal): -4736156 or 6601655. OLE color: 6601655.

HSL color Cylindrical-coordinate representation of color #B7BB64: hue angle of 62.76º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7BB64 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB183187100-
CMYK0.0200.470.27
HSL62.76º39.01%56.27%-
HSV(B)62.76º46.52%73.33%-
XYZ39.646.5318.95-
YUV175.8985.17133.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.94%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 100 (39.45% from 255) = 21.28%
R=38.94%
G=39.79%
B=21.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831871000.0200.470.2762.7639.0156.27
HexB7BB64202F1B3f2738
Octal267273144205733774770
Binary1011011110111011110010010010111111011111111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BB64; }

 p { color: rgb(183,187,100); }

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

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

 a { background-color: rgb(183,187,100); }

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

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

 span { border-color: rgb(183,187,100); }

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