#CABE73

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

Shades of Dark Khaki #CABE73

Tints of Dark Khaki #CABE73

Color information

#CABE73 (or 0xCABE73) is unknown color: approx Dark Khaki. HEX triplet: CA, BE and 73. RGB value is (202,190,115). Sum of RGB (Red+Green+Blue) = 202+190+115=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABE73 is #35418C. Grayscale: #B9B9B9. Windows color (decimal): -3490189 or 7585482. OLE color: 7585482.

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

Color convert

RGB202190115-
CMYK00.060.430.21
HSL51.72º45.08%62.16%-
HSV(B)51.72º43.07%79.22%-
XYZ45.8750.6223.57-
YUV185.0488.48140.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 115 (45.31% from 255) = 22.68%
R=39.84%
G=37.48%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219011500.060.430.2151.7245.0862.16
HexCABE73062B15342d3e
Octal312276163065325645576
Binary11001010101111101110011011010101110101110100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE73; }

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

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

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

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

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

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

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

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