#CABE57

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

Shades of Tacha #CABE57

Tints of Tacha #CABE57

Color information

#CABE57 (or 0xCABE57) is unknown color: approx Tacha. HEX triplet: CA, BE and 57. RGB value is (202,190,87). Sum of RGB (Red+Green+Blue) = 202+190+87=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 87 (34.38% from 255 or 18.16% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABE57 is #3541A8. Grayscale: #B6B6B6. Windows color (decimal): -3490217 or 5750474. OLE color: 5750474.

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

Color convert

RGB20219087-
CMYK00.060.570.21
HSL53.74º52.04%56.67%-
HSV(B)53.74º56.93%79.22%-
XYZ44.4950.0716.34-
YUV181.8574.48142.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 87 (34.38% from 255) = 18.16%
R=42.17%
G=39.67%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021908700.060.570.2153.7452.0456.67
HexCABE57063915363439
Octal312276127067125666471
Binary11001010101111101010111011011100110101110110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE57; }

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

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

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

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

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

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

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

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