#CABD6B

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

Shades of Dark Khaki #CABD6B

Tints of Dark Khaki #CABD6B

Color information

#CABD6B (or 0xCABD6B) is unknown color: approx Dark Khaki. HEX triplet: CA, BD and 6B. RGB value is (202,189,107). Sum of RGB (Red+Green+Blue) = 202+189+107=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD6B is #354294. Grayscale: #B7B7B7. Windows color (decimal): -3490453 or 7060938. OLE color: 7060938.

HSL color Cylindrical-coordinate representation of color #CABD6B: hue angle of 51.79º 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 #CABD6B is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB202189107-
CMYK00.060.470.21
HSL51.79º47.26%60.59%-
HSV(B)51.79º47.03%79.22%-
XYZ45.2150.0121.18-
YUV183.5484.81141.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 189 (74.22% from 255) = 37.95%
BLUE value IS 107 (42.19% from 255) = 21.49%
R=40.56%
G=37.95%
B=21.49%

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
Decimal20218910700.060.470.2151.7947.2660.59
HexCABD6B062F15342f3d
Octal312275153065725645775
Binary11001010101111011101011011010111110101110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD6B; }

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

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

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

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

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

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

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

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