#BBB562

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

Shades of Dark Khaki #BBB562

Tints of Dark Khaki #BBB562

Color information

#BBB562 (or 0xBBB562) is unknown color: approx Dark Khaki. HEX triplet: BB, B5 and 62. RGB value is (187,181,98). Sum of RGB (Red+Green+Blue) = 187+181+98=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB562 is #444A9D. Grayscale: #ADADAD. Windows color (decimal): -4475550 or 6469051. OLE color: 6469051.

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

Color convert

RGB18718198-
CMYK00.030.480.27
HSL55.96º39.56%55.88%-
HSV(B)55.96º47.59%73.33%-
XYZ39.2244.4918.08-
YUV173.3385.49137.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 181 (71.09% from 255) = 38.84%
BLUE value IS 98 (38.67% from 255) = 21.03%
R=40.13%
G=38.84%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871819800.030.480.2755.9639.5655.88
HexBBB56203301B382838
Octal273265142036033705070
Binary1011101110110101110001001111000011011111000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB562; }

 p { color: rgb(187,181,98); }

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

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

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

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

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

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

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