Html Css Color HEX #BBBB66 Dark Khaki

📋 copy color: '#BBBB66'

red 187 ◦ green 187 ◦ blue 102

#BBBB66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BBBB66

Tints of Dark Khaki #BBBB66

RGB

 RED value IS 187 (73.44% from 255) = 39.29%

 GREEN value IS 187 (73.44% from 255) = 39.29%

 BLUE value IS 102 (40.23% from 255) = 21.43%

R = 39.29%
G = 39.29%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBBB66 (or 0xBBBB66) is known color: Dark Khaki. HEX triplet: BB, BB and 66. RGB value is (187,187,102). Sum of RGB (Red+Green+Blue) = 187+187+102=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB66 is #444499. Grayscale: #B1B1B1. Windows color (decimal): -4474010 or 6732731. OLE color: 6732731.

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

Color convert

RGB 187 187 102 -
CMYK 0 0 0.45 0.27
HSL 60º 0.38% 0.57% -
HSV(B) 60º 0.45% 0.73% -
XYZ 40.66 47.06 19.51 -
YUV 177.31 85.5 134.91 -
System Red Green Blue C M Y K H S L
Decimal 187 187 102 0 0 0.45 0.27 60 0.38 0.57
Hex BB BB 66 0 0 2D 1B 3C 26 39
Octal 273 273 146 0 0 55 33 74 46 71
Binary 10111011 10111011 1100110 0 0 101101 11011 111100 100110 111001

Color Harmonies of #BBBB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB66

Black with #BBBB66

Text Example


Text Example

White with #BBBB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB66; }

 p { color: rgb(187,187,102); }

 H1.HeaderClassName
 {
   color: #BBBB66;
 }
 .AnyTagClassName
 {
   color: #BBBB66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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