#CABF65

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

Shades of Tacha #CABF65

Tints of Tacha #CABF65

Color information

#CABF65 (or 0xCABF65) is unknown color: approx Tacha. HEX triplet: CA, BF and 65. RGB value is (202,191,101). Sum of RGB (Red+Green+Blue) = 202+191+101=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABF65 is #35409A. Grayscale: #B8B8B8. Windows color (decimal): -3489947 or 6668234. OLE color: 6668234.

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

Color convert

RGB202191101-
CMYK00.050.500.21
HSL53.47º48.79%59.41%-
HSV(B)53.47º50%79.22%-
XYZ45.3450.7619.72-
YUV184.0381.14140.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 101 (39.84% from 255) = 20.45%
R=40.89%
G=38.66%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219110100.050.500.2153.4748.7959.41
HexCABF6505321535313b
Octal312277145056225656173
Binary11001010101111111100101010111001010101110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF65; }

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

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

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

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

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

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

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

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