#CABF62

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

Shades of Tacha #CABF62

Tints of Tacha #CABF62

Color information

#CABF62 (or 0xCABF62) is unknown color: approx Tacha. HEX triplet: CA, BF and 62. RGB value is (202,191,98). Sum of RGB (Red+Green+Blue) = 202+191+98=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABF62 is #35409D. Grayscale: #B8B8B8. Windows color (decimal): -3489950 or 6471626. OLE color: 6471626.

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

Color convert

RGB20219198-
CMYK00.050.510.21
HSL53.65º49.52%58.82%-
HSV(B)53.65º51.49%79.22%-
XYZ45.1950.718.96-
YUV183.6979.64141.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 191 (75% from 255) = 38.90%
BLUE value IS 98 (38.67% from 255) = 19.96%
R=41.14%
G=38.90%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021919800.050.510.2153.6549.5258.82
HexCABF6205331536323b
Octal312277142056325666273
Binary11001010101111111100010010111001110101110110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF62; }

 p { color: rgb(202,191,98); }

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

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

 a { background-color: rgb(202,191,98); }

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

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

 span { border-color: rgb(202,191,98); }

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