#C6C22B

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

Shades of Barberry #C6C22B

Tints of Barberry #C6C22B

Color information

#C6C22B (or 0xC6C22B) is unknown color: approx Barberry. HEX triplet: C6, C2 and 2B. RGB value is (198,194,43). Sum of RGB (Red+Green+Blue) = 198+194+43=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C22B is #393DD4. Grayscale: #B2B2B2. Windows color (decimal): -3751381 or 2867910. OLE color: 2867910.

HSL color Cylindrical-coordinate representation of color #C6C22B: hue angle of 58.45º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6C22B is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB19819443-
CMYK00.020.780.22
HSL58.45º64.32%47.25%-
HSV(B)58.45º78.28%77.65%-
XYZ43.0250.769.82-
YUV177.9851.83142.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 194 (76.17% from 255) = 44.60%
BLUE value IS 43 (17.19% from 255) = 9.89%
R=45.52%
G=44.60%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981944300.020.780.2258.4564.3247.25
HexC6C22B024E163a402f
Octal3063025302116267210057
Binary11000110110000101010110101001110101101110101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C22B; }

 p { color: rgb(198,194,43); }

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

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

 a { background-color: rgb(198,194,43); }

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

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

 span { border-color: rgb(198,194,43); }

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