#CABE71

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

Shades of Dark Khaki #CABE71

Tints of Dark Khaki #CABE71

Color information

#CABE71 (or 0xCABE71) is unknown color: approx Dark Khaki. HEX triplet: CA, BE and 71. RGB value is (202,190,113). Sum of RGB (Red+Green+Blue) = 202+190+113=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABE71 is #35418E. Grayscale: #B9B9B9. Windows color (decimal): -3490191 or 7454410. OLE color: 7454410.

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

Color convert

RGB202190113-
CMYK00.060.440.21
HSL51.91º45.64%61.76%-
HSV(B)51.91º44.06%79.22%-
XYZ45.7550.5822.97-
YUV184.8187.48140.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 113 (44.53% from 255) = 22.38%
R=40%
G=37.62%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219011300.060.440.2151.9145.6461.76
HexCABE71062C15342e3e
Octal312276161065425645676
Binary11001010101111101110001011010110010101110100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE71; }

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

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

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

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

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

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

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

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