#CABE61

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

Shades of Tacha #CABE61

Tints of Tacha #CABE61

Color information

#CABE61 (or 0xCABE61) is unknown color: approx Tacha. HEX triplet: CA, BE and 61. RGB value is (202,190,97). Sum of RGB (Red+Green+Blue) = 202+190+97=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABE61 is #35419E. Grayscale: #B7B7B7. Windows color (decimal): -3490207 or 6405834. OLE color: 6405834.

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

Color convert

RGB20219097-
CMYK00.060.520.21
HSL53.14º49.76%58.63%-
HSV(B)53.14º51.98%79.22%-
XYZ44.9350.2518.64-
YUV182.9979.48141.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 97 (38.28% from 255) = 19.84%
R=41.31%
G=38.85%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021909700.060.520.2153.1449.7658.63
HexCABE6106341535323b
Octal312276141066425656273
Binary11001010101111101100001011011010010101110101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE61; }

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

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

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

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

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

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

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

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