#B9BC70

Color #B9BC70 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #B9BC70

Tints of Dark Khaki #B9BC70

Color information

#B9BC70 (or 0xB9BC70) is unknown color: approx Dark Khaki. HEX triplet: B9, BC and 70. RGB value is (185,188,112). Sum of RGB (Red+Green+Blue) = 185+188+112=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BC70 is #46438F. Grayscale: #B2B2B2. Windows color (decimal): -4604816 or 7388345. OLE color: 7388345.

HSL color Cylindrical-coordinate representation of color #B9BC70: hue angle of 62.37º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9BC70 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB185188112-
CMYK0.0200.400.26
HSL62.37º36.19%58.82%-
HSV(B)62.37º40.43%73.73%-
XYZ40.9247.4522.33-
YUV178.4490.51132.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 188 (73.83% from 255) = 38.76%
BLUE value IS 112 (44.14% from 255) = 23.09%
R=38.14%
G=38.76%
B=23.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851881120.0200.400.2662.3736.1958.82
HexB9BC7020281A3e243b
Octal271274160205032764473
Binary1011100110111100111000010010100011010111110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BC70; }

 p { color: rgb(185,188,112); }

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

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

 a { background-color: rgb(185,188,112); }

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

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

 span { border-color: rgb(185,188,112); }

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