#CABE6B

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

Shades of Dark Khaki #CABE6B

Tints of Dark Khaki #CABE6B

Color information

#CABE6B (or 0xCABE6B) is unknown color: approx Dark Khaki. HEX triplet: CA, BE and 6B. RGB value is (202,190,107). Sum of RGB (Red+Green+Blue) = 202+190+107=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABE6B is #354194. Grayscale: #B8B8B8. Windows color (decimal): -3490197 or 7061194. OLE color: 7061194.

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

Color convert

RGB202190107-
CMYK00.060.470.21
HSL52.42º47.26%60.59%-
HSV(B)52.42º47.03%79.22%-
XYZ45.4250.4521.25-
YUV184.1384.48140.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 190 (74.61% from 255) = 38.08%
BLUE value IS 107 (42.19% from 255) = 21.44%
R=40.48%
G=38.08%
B=21.44%

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
Decimal20219010700.060.470.2152.4247.2660.59
HexCABE6B062F15342f3d
Octal312276153065725645775
Binary11001010101111101101011011010111110101110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE6B; }

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

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

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

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

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

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

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

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