Html Css Color HEX #CABE6E Dark Khaki

📋 copy color: '#CABE6E'

red 202 ◦ green 190 ◦ blue 110

#CABE6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #CABE6E

Tints of Dark Khaki #CABE6E

RGB

 RED value IS 202 (79.3% 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 value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CABE6E (or 0xCABE6E) is known color: 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

RGB 202 190 110 -
CMYK 0 0.06 0.46 0.21
HSL 52.17º 0.46% 0.61% -
HSV(B) 52.17º 0.46% 0.79% -
XYZ 45.59 50.51 22.1 -
YUV 184.47 85.98 140.5 -
System Red Green Blue C M Y K H S L
Decimal 202 190 110 0 0.06 0.46 0.21 52.17 0.46 0.61
Hex CA BE 6E 0 6 2E 15 34 2E 3D
Octal 312 276 156 0 6 56 25 64 56 75
Binary 11001010 10111110 1101110 0 110 101110 10101 110100 101110 111101

Color Harmonies of #CABE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABE6E

Black with #CABE6E

Text Example


Text Example

White with #CABE6E

Text Example


Text Example

HTML Codes & Css Web 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>