#CABF6F

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

Shades of Dark Khaki #CABF6F

Tints of Dark Khaki #CABF6F

Color information

#CABF6F (or 0xCABF6F) is unknown color: approx Dark Khaki. HEX triplet: CA, BF and 6F. RGB value is (202,191,111). Sum of RGB (Red+Green+Blue) = 202+191+111=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABF6F is #354090. Grayscale: #B9B9B9. Windows color (decimal): -3489937 or 7323594. OLE color: 7323594.

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

Color convert

RGB202191111-
CMYK00.050.450.21
HSL52.75º46.19%61.37%-
HSV(B)52.75º45.05%79.22%-
XYZ45.8650.9722.46-
YUV185.1786.14140-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 191 (75% from 255) = 37.90%
BLUE value IS 111 (43.75% from 255) = 22.02%
R=40.08%
G=37.90%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219111100.050.450.2152.7546.1961.37
HexCABF6F052D15352e3d
Octal312277157055525655675
Binary11001010101111111101111010110110110101110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF6F; }

 p { color: rgb(202,191,111); }

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

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

 a { background-color: rgb(202,191,111); }

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

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

 span { border-color: rgb(202,191,111); }

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