#C6C12B

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

Shades of Barberry #C6C12B

Tints of Barberry #C6C12B

Color information

#C6C12B (or 0xC6C12B) is unknown color: approx Barberry. HEX triplet: C6, C1 and 2B. RGB value is (198,193,43). Sum of RGB (Red+Green+Blue) = 198+193+43=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C12B is #393ED4. Grayscale: #B1B1B1. Windows color (decimal): -3751637 or 2867654. OLE color: 2867654.

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

Color convert

RGB19819343-
CMYK00.030.780.22
HSL58.06º64.32%47.25%-
HSV(B)58.06º78.28%77.65%-
XYZ42.7950.329.74-
YUV177.452.16142.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 193 (75.78% from 255) = 44.47%
BLUE value IS 43 (17.19% from 255) = 9.91%
R=45.62%
G=44.47%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981934300.030.780.2258.0664.3247.25
HexC6C12B034E163a402f
Octal3063015303116267210057
Binary11000110110000011010110111001110101101110101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C12B; }

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

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

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

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

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

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

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

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