#CABE5E

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

Shades of Tacha #CABE5E

Tints of Tacha #CABE5E

Color information

#CABE5E (or 0xCABE5E) is unknown color: approx Tacha. HEX triplet: CA, BE and 5E. RGB value is (202,190,94). Sum of RGB (Red+Green+Blue) = 202+190+94=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABE5E is #3541A1. Grayscale: #B7B7B7. Windows color (decimal): -3490210 or 6209226. OLE color: 6209226.

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

Color convert

RGB20219094-
CMYK00.060.530.21
HSL53.33º50.47%58.04%-
HSV(B)53.33º53.47%79.22%-
XYZ44.7950.1917.92-
YUV182.6477.98141.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 94 (37.11% from 255) = 19.34%
R=41.56%
G=39.09%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021909400.060.530.2153.3350.4758.04
HexCABE5E06351535323a
Octal312276136066525656272
Binary11001010101111101011110011011010110101110101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE5E; }

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

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

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

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

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

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

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

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