#CABE6E

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

Shades of Dark Khaki #CABE6E

Tints of Dark Khaki #CABE6E

Color information

#CABE6E (or 0xCABE6E) is unknown color: approx Dark Khaki. HEX triplet: CA, BE and 6E. RGB value is (202,190,110). Sum of RGB (Red+Green+Blue) = 202+190+110=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABE6E is #354191. Grayscale: #B8B8B8. Windows color (decimal): -3490194 or 7257802. OLE color: 7257802.

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

Color convert

RGB202190110-
CMYK00.060.460.21
HSL52.17º46.46%61.18%-
HSV(B)52.17º45.54%79.22%-
XYZ45.5950.5122.1-
YUV184.4785.98140.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 190 (74.61% from 255) = 37.85%
BLUE value IS 110 (43.36% from 255) = 21.91%
R=40.24%
G=37.85%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219011000.060.460.2152.1746.4661.18
HexCABE6E062E15342e3d
Octal312276156065625645675
Binary11001010101111101101110011010111010101110100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE6E; }

 p { color: rgb(202,190,110); }

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

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

 a { background-color: rgb(202,190,110); }

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

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

 span { border-color: rgb(202,190,110); }

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