#CABE64

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

Shades of Tacha #CABE64

Tints of Tacha #CABE64

Color information

#CABE64 (or 0xCABE64) is unknown color: approx Tacha. HEX triplet: CA, BE and 64. RGB value is (202,190,100). Sum of RGB (Red+Green+Blue) = 202+190+100=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABE64 is #35419B. Grayscale: #B7B7B7. Windows color (decimal): -3490204 or 6602442. OLE color: 6602442.

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

Color convert

RGB202190100-
CMYK00.060.500.21
HSL52.94º49.04%59.22%-
HSV(B)52.94º50.5%79.22%-
XYZ45.0750.319.39-
YUV183.3380.98141.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 100 (39.45% from 255) = 20.33%
R=41.06%
G=38.62%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219010000.060.500.2152.9449.0459.22
HexCABE6406321535313b
Octal312276144066225656173
Binary11001010101111101100100011011001010101110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE64; }

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

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

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

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

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

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

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

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