#CABD6C

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

Shades of Dark Khaki #CABD6C

Tints of Dark Khaki #CABD6C

Color information

#CABD6C (or 0xCABD6C) is unknown color: approx Dark Khaki. HEX triplet: CA, BD and 6C. RGB value is (202,189,108). Sum of RGB (Red+Green+Blue) = 202+189+108=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD6C is #354293. Grayscale: #B7B7B7. Windows color (decimal): -3490452 or 7126474. OLE color: 7126474.

HSL color Cylindrical-coordinate representation of color #CABD6C: hue angle of 51.7º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CABD6C is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB202189108-
CMYK00.060.470.21
HSL51.7º47%60.78%-
HSV(B)51.7º46.53%79.22%-
XYZ45.2650.0321.46-
YUV183.6585.31141.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 189 (74.22% from 255) = 37.88%
BLUE value IS 108 (42.58% from 255) = 21.64%
R=40.48%
G=37.88%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218910800.060.470.2151.74760.78
HexCABD6C062F15342f3d
Octal312275154065725645775
Binary11001010101111011101100011010111110101110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD6C; }

 p { color: rgb(202,189,108); }

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

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

 a { background-color: rgb(202,189,108); }

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

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

 span { border-color: rgb(202,189,108); }

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