#CABF55

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

Shades of Tacha #CABF55

Tints of Tacha #CABF55

Color information

#CABF55 (or 0xCABF55) is unknown color: approx Tacha. HEX triplet: CA, BF and 55. RGB value is (202,191,85). Sum of RGB (Red+Green+Blue) = 202+191+85=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABF55 is #3540AA. Grayscale: #B6B6B6. Windows color (decimal): -3489963 or 5619658. OLE color: 5619658.

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

Color convert

RGB20219185-
CMYK00.050.580.21
HSL54.36º52.47%56.27%-
HSV(B)54.36º57.92%79.22%-
XYZ44.6350.4715.98-
YUV182.273.14142.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 191 (75% from 255) = 39.96%
BLUE value IS 85 (33.59% from 255) = 17.78%
R=42.26%
G=39.96%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021918500.050.580.2154.3652.4756.27
HexCABF55053A15363438
Octal312277125057225666470
Binary11001010101111111010101010111101010101110110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF55; }

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

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

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

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

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

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

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

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