#B8BB65

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

Shades of Dark Khaki #B8BB65

Tints of Dark Khaki #B8BB65

Color information

#B8BB65 (or 0xB8BB65) is unknown color: approx Dark Khaki. HEX triplet: B8, BB and 65. RGB value is (184,187,101). Sum of RGB (Red+Green+Blue) = 184+187+101=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BB65 is #47449A. Grayscale: #B0B0B0. Windows color (decimal): -4670619 or 6667192. OLE color: 6667192.

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

Color convert

RGB184187101-
CMYK0.0200.460.27
HSL62.09º38.74%56.47%-
HSV(B)62.09º45.99%73.33%-
XYZ39.8946.6719.22-
YUV176.385.51133.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 187 (73.44% from 255) = 39.62%
BLUE value IS 101 (39.84% from 255) = 21.40%
R=38.98%
G=39.62%
B=21.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841871010.0200.460.2762.0938.7456.47
HexB8BB65202E1B3e2738
Octal270273145205633764770
Binary1011100010111011110010110010111011011111110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BB65; }

 p { color: rgb(184,187,101); }

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

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

 a { background-color: rgb(184,187,101); }

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

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

 span { border-color: rgb(184,187,101); }

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