#CBBB70

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

Shades of Dark Khaki #CBBB70

Tints of Dark Khaki #CBBB70

Color information

#CBBB70 (or 0xCBBB70) is unknown color: approx Dark Khaki. HEX triplet: CB, BB and 70. RGB value is (203,187,112). Sum of RGB (Red+Green+Blue) = 203+187+112=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBB70 is #34448F. Grayscale: #B7B7B7. Windows color (decimal): -3425424 or 7388107. OLE color: 7388107.

HSL color Cylindrical-coordinate representation of color #CBBB70: hue angle of 49.45º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBBB70 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB203187112-
CMYK00.080.450.20
HSL49.45º46.67%61.76%-
HSV(B)49.45º44.83%79.61%-
XYZ45.3249.4122.48-
YUV183.2387.8142.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 187 (73.44% from 255) = 37.25%
BLUE value IS 112 (44.14% from 255) = 22.31%
R=40.44%
G=37.25%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318711200.080.450.2049.4546.6761.76
HexCBBB70082D14312f3e
Octal3132731600105524615776
Binary110010111011101111100000100010110110100110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBB70; }

 p { color: rgb(203,187,112); }

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

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

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

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

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

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

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