Html Css Color HEX #BBC06E Dark Khaki

📋 copy color: '#BBC06E'

red 187 ◦ green 192 ◦ blue 110

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

Shades of Dark Khaki #BBC06E

Tints of Dark Khaki #BBC06E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.26%

 BLUE value IS 110 (43.36% from 255) = 22.49%

R = 38.24%
G = 39.26%
B = 22.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BBC06E (or 0xBBC06E) is known color: Dark Khaki. HEX triplet: BB, C0 and 6E. RGB value is (187,192,110). Sum of RGB (Red+Green+Blue) = 187+192+110=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC06E is #443F91. Grayscale: #B5B5B5. Windows color (decimal): -4472722 or 7258299. OLE color: 7258299.

HSL color Cylindrical-coordinate representation of color #BBC06E: hue angle of 63.66º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBC06E is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 110 -
CMYK 0.03 0 0.43 0.25
HSL 63.66º 0.39% 0.59% -
HSV(B) 63.66º 0.43% 0.75% -
XYZ 42.16 49.39 22.06 -
YUV 181.16 87.84 132.17 -
System Red Green Blue C M Y K H S L
Decimal 187 192 110 0.03 0 0.43 0.25 63.66 0.39 0.59
Hex BB C0 6E 3 0 2B 19 40 27 3B
Octal 273 300 156 3 0 53 31 100 47 73
Binary 10111011 11000000 1101110 11 0 101011 11001 1000000 100111 111011

Color Harmonies of #BBC06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC06E

Black with #BBC06E

Text Example


Text Example

White with #BBC06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC06E; }

 p { color: rgb(187,192,110); }

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

background-color css

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

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

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

border-color css

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

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

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