#B7BC65

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

Shades of Olive Green #B7BC65

Tints of Olive Green #B7BC65

Color information

#B7BC65 (or 0xB7BC65) is unknown color: approx Olive Green. HEX triplet: B7, BC and 65. RGB value is (183,188,101). Sum of RGB (Red+Green+Blue) = 183+188+101=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BC65 is #48439A. Grayscale: #B0B0B0. Windows color (decimal): -4735899 or 6667447. OLE color: 6667447.

HSL color Cylindrical-coordinate representation of color #B7BC65: hue angle of 63.45º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7BC65 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB183188101-
CMYK0.0300.460.26
HSL63.45º39.37%56.67%-
HSV(B)63.45º46.28%73.73%-
XYZ39.8646.9719.28-
YUV176.5985.34132.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.77%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 101 (39.84% from 255) = 21.40%
R=38.77%
G=39.83%
B=21.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831881010.0300.460.2663.4539.3756.67
HexB7BC65302E1A3f2739
Octal267274145305632774771
Binary1011011110111100110010111010111011010111111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BC65; }

 p { color: rgb(183,188,101); }

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

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

 a { background-color: rgb(183,188,101); }

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

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

 span { border-color: rgb(183,188,101); }

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