#B7BB63

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

Shades of Olive Green #B7BB63

Tints of Olive Green #B7BB63

Color information

#B7BB63 (or 0xB7BB63) is unknown color: approx Olive Green. HEX triplet: B7, BB and 63. RGB value is (183,187,99). Sum of RGB (Red+Green+Blue) = 183+187+99=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BB63 is #48449C. Grayscale: #B0B0B0. Windows color (decimal): -4736157 or 6536119. OLE color: 6536119.

HSL color Cylindrical-coordinate representation of color #B7BB63: hue angle of 62.73º 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 #B7BB63 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18318799-
CMYK0.0200.470.27
HSL62.73º39.29%56.08%-
HSV(B)62.73º47.06%73.33%-
XYZ39.5546.5118.7-
YUV175.7784.67133.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.02%
GREEN value IS 187 (73.44% from 255) = 39.87%
BLUE value IS 99 (39.06% from 255) = 21.11%
R=39.02%
G=39.87%
B=21.11%

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
Decimal183187990.0200.470.2762.7339.2956.08
HexB7BB63202F1B3f2738
Octal267273143205733774770
Binary1011011110111011110001110010111111011111111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BB63; }

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

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

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

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

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

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

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

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