#BBB268

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

Shades of Dark Khaki #BBB268

Tints of Dark Khaki #BBB268

Color information

#BBB268 (or 0xBBB268) is unknown color: approx Dark Khaki. HEX triplet: BB, B2 and 68. RGB value is (187,178,104). Sum of RGB (Red+Green+Blue) = 187+178+104=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB268 is #444D97. Grayscale: #ACACAC. Windows color (decimal): -4476312 or 6861499. OLE color: 6861499.

HSL color Cylindrical-coordinate representation of color #BBB268: hue angle of 53.49º 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 #BBB268 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB187178104-
CMYK00.050.440.27
HSL53.49º37.9%57.06%-
HSV(B)53.49º44.39%73.33%-
XYZ38.9143.4119.42-
YUV172.2689.48138.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 178 (69.92% from 255) = 37.95%
BLUE value IS 104 (41.02% from 255) = 22.17%
R=39.87%
G=37.95%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717810400.050.440.2753.4937.957.06
HexBBB268052C1B352639
Octal273262150055433654671
Binary10111011101100101101000010110110011011110101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB268; }

 p { color: rgb(187,178,104); }

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

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

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

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

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

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

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