#C6C924

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

Shades of Barberry #C6C924

Tints of Barberry #C6C924

Color information

#C6C924 (or 0xC6C924) is unknown color: approx Barberry. HEX triplet: C6, C9 and 24. RGB value is (198,201,36). Sum of RGB (Red+Green+Blue) = 198+201+36=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C924 is #3936DB. Grayscale: #B5B5B5. Windows color (decimal): -3749596 or 2410950. OLE color: 2410950.

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

Color convert

RGB19820136-
CMYK0.0100.820.21
HSL61.09º69.62%46.47%-
HSV(B)61.09º82.09%78.82%-
XYZ44.4953.919.73-
YUV181.2946.01139.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 201 (78.91% from 255) = 46.21%
BLUE value IS 36 (14.45% from 255) = 8.28%
R=45.52%
G=46.21%
B=8.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198201360.0100.820.2161.0969.6246.47
HexC6C9241052153d462e
Octal3063114410122257510656
Binary1100011011001001100100101010010101011111011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C924; }

 p { color: rgb(198,201,36); }

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

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

 a { background-color: rgb(198,201,36); }

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

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

 span { border-color: rgb(198,201,36); }

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