#C6C52B

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

Shades of Barberry #C6C52B

Tints of Barberry #C6C52B

Color information

#C6C52B (or 0xC6C52B) is unknown color: approx Barberry. HEX triplet: C6, C5 and 2B. RGB value is (198,197,43). Sum of RGB (Red+Green+Blue) = 198+197+43=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C52B is #393AD4. Grayscale: #B4B4B4. Windows color (decimal): -3750613 or 2868678. OLE color: 2868678.

HSL color Cylindrical-coordinate representation of color #C6C52B: hue angle of 59.61º 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 #C6C52B is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB19819743-
CMYK00.010.780.22
HSL59.61º64.32%47.25%-
HSV(B)59.61º78.28%77.65%-
XYZ43.6952.1110.04-
YUV179.7450.83141.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.21%
GREEN value IS 197 (77.34% from 255) = 44.98%
BLUE value IS 43 (17.19% from 255) = 9.82%
R=45.21%
G=44.98%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981974300.010.780.2259.6164.3247.25
HexC6C52B014E163c402f
Octal3063055301116267410057
Binary1100011011000101101011011001110101101111001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C52B; }

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

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

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

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

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

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

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

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