#C6CA20

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

Shades of Barberry #C6CA20

Tints of Barberry #C6CA20

Color information

#C6CA20 (or 0xC6CA20) is unknown color: approx Barberry. HEX triplet: C6, CA and 20. RGB value is (198,202,32). Sum of RGB (Red+Green+Blue) = 198+202+32=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA20 is #3935DF. Grayscale: #B6B6B6. Windows color (decimal): -3749344 or 2149062. OLE color: 2149062.

HSL color Cylindrical-coordinate representation of color #C6CA20: hue angle of 61.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6CA20 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB19820232-
CMYK0.0200.840.21
HSL61.41º72.65%45.88%-
HSV(B)61.41º84.16%79.22%-
XYZ44.6754.359.5-
YUV181.4243.67139.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 202 (79.30% from 255) = 46.76%
BLUE value IS 32 (12.89% from 255) = 7.41%
R=45.83%
G=46.76%
B=7.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198202320.0200.840.2161.4172.6545.88
HexC6CA202054153d492e
Octal3063124020124257511156
Binary11000110110010101000001001010100101011111011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CA20; }

 p { color: rgb(198,202,32); }

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

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

 a { background-color: rgb(198,202,32); }

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

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

 span { border-color: rgb(198,202,32); }

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