#B8BB69

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

Shades of Dark Khaki #B8BB69

Tints of Dark Khaki #B8BB69

Color information

#B8BB69 (or 0xB8BB69) is unknown color: approx Dark Khaki. HEX triplet: B8, BB and 69. RGB value is (184,187,105). Sum of RGB (Red+Green+Blue) = 184+187+105=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BB69 is #474496. Grayscale: #B1B1B1. Windows color (decimal): -4670615 or 6929336. OLE color: 6929336.

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

Color convert

RGB184187105-
CMYK0.0200.440.27
HSL62.2º37.61%57.25%-
HSV(B)62.2º43.85%73.33%-
XYZ40.0946.7520.28-
YUV176.7687.51133.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.66%
GREEN value IS 187 (73.44% from 255) = 39.29%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=38.66%
G=39.29%
B=22.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841871050.0200.440.2762.237.6157.25
HexB8BB69202C1B3e2639
Octal270273151205433764671
Binary1011100010111011110100110010110011011111110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BB69; }

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

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

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

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

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

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

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

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