#CABF5E

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

Shades of Tacha #CABF5E

Tints of Tacha #CABF5E

Color information

#CABF5E (or 0xCABF5E) is unknown color: approx Tacha. HEX triplet: CA, BF and 5E. RGB value is (202,191,94). Sum of RGB (Red+Green+Blue) = 202+191+94=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABF5E is #3540A1. Grayscale: #B7B7B7. Windows color (decimal): -3489954 or 6209482. OLE color: 6209482.

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

Color convert

RGB20219194-
CMYK00.050.530.21
HSL53.89º50.47%58.04%-
HSV(B)53.89º53.47%79.22%-
XYZ45.0150.6317.99-
YUV183.2377.64141.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 94 (37.11% from 255) = 19.30%
R=41.48%
G=39.22%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021919400.050.530.2153.8950.4758.04
HexCABF5E05351536323a
Octal312277136056525666272
Binary11001010101111111011110010111010110101110110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF5E; }

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

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

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

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

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

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

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

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