#CABE4F

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

Shades of Tacha #CABE4F

Tints of Tacha #CABE4F

Color information

#CABE4F (or 0xCABE4F) is unknown color: approx Tacha. HEX triplet: CA, BE and 4F. RGB value is (202,190,79). Sum of RGB (Red+Green+Blue) = 202+190+79=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABE4F is #3541B0. Grayscale: #B5B5B5. Windows color (decimal): -3490225 or 5226186. OLE color: 5226186.

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

Color convert

RGB20219079-
CMYK00.060.610.21
HSL54.15º53.71%55.1%-
HSV(B)54.15º60.89%79.22%-
XYZ44.1849.9514.71-
YUV180.9370.48143.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 79 (31.25% from 255) = 16.77%
R=42.89%
G=40.34%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021907900.060.610.2154.1553.7155.1
HexCABE4F063D15363637
Octal312276117067525666667
Binary11001010101111101001111011011110110101110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE4F; }

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

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

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

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

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

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

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

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