#bbbb63

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

Shades of Dark Khaki #BBBB63

Tints of Dark Khaki #BBBB63

Color information

#BBBB63 (or 0xBBBB63) is unknown color: approx Dark Khaki. HEX triplet: BB, BB and 63. RGB value is (187,187,99). Sum of RGB (Red+Green+Blue) = 187+187+99=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB63 is #44449C. Grayscale: #B1B1B1. Windows color (decimal): -4474013 or 6536123. OLE color: 6536123.

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

Color convert

RGB18718799-
CMYK000.470.27
HSL60º39.29%56.08%-
HSV(B)60º47.06%73.33%-
XYZ40.5247.0118.74-
YUV176.9784135.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 187 (73.44% from 255) = 39.53%
BLUE value IS 99 (39.06% from 255) = 20.93%
R=39.53%
G=39.53%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718799000.470.276039.2956.08
HexBBBB63002F1B3c2738
Octal273273143005733744770
Binary101110111011101111000110010111111011111100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbbb63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbbb63; }

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

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

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

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

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

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

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

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