#CABE65

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

Shades of Tacha #CABE65

Tints of Tacha #CABE65

Color information

#CABE65 (or 0xCABE65) is unknown color: approx Tacha. HEX triplet: CA, BE and 65. RGB value is (202,190,101). Sum of RGB (Red+Green+Blue) = 202+190+101=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABE65 is #35419A. Grayscale: #B7B7B7. Windows color (decimal): -3490203 or 6667978. OLE color: 6667978.

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

Color convert

RGB202190101-
CMYK00.060.500.21
HSL52.87º48.79%59.41%-
HSV(B)52.87º50%79.22%-
XYZ45.1250.3219.65-
YUV183.4481.48141.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 101 (39.84% from 255) = 20.49%
R=40.97%
G=38.54%
B=20.49%

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
Decimal20219010100.060.500.2152.8748.7959.41
HexCABE6506321535313b
Octal312276145066225656173
Binary11001010101111101100101011011001010101110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE65; }

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

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

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

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

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

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

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

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