#B7BB55

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

Shades of Olive Green #B7BB55

Tints of Olive Green #B7BB55

Color information

#B7BB55 (or 0xB7BB55) is unknown color: approx Olive Green. HEX triplet: B7, BB and 55. RGB value is (183,187,85). Sum of RGB (Red+Green+Blue) = 183+187+85=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BB55 is #4844AA. Grayscale: #AEAEAE. Windows color (decimal): -4736171 or 5618615. OLE color: 5618615.

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

Color convert

RGB18318785-
CMYK0.0200.550.27
HSL62.35º42.86%53.33%-
HSV(B)62.35º54.55%73.33%-
XYZ38.9446.2615.47-
YUV174.1877.67134.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 187 (73.44% from 255) = 41.10%
BLUE value IS 85 (33.59% from 255) = 18.68%
R=40.22%
G=41.10%
B=18.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183187850.0200.550.2762.3542.8653.33
HexB7BB5520371B3e2b35
Octal267273125206733765365
Binary1011011110111011101010110011011111011111110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BB55; }

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

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

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

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

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

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

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

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