#C6CC21

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

Shades of Barberry #C6CC21

Tints of Barberry #C6CC21

Color information

#C6CC21 (or 0xC6CC21) is unknown color: approx Barberry. HEX triplet: C6, CC and 21. RGB value is (198,204,33). Sum of RGB (Red+Green+Blue) = 198+204+33=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CC21 is #3933DE. Grayscale: #B7B7B7. Windows color (decimal): -3748831 or 2215110. OLE color: 2215110.

HSL color Cylindrical-coordinate representation of color #C6CC21: hue angle of 62.11º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6CC21 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB19820433-
CMYK0.0300.840.2
HSL62.11º72.15%46.47%-
HSV(B)62.11º83.82%80%-
XYZ45.1655.39.73-
YUV182.7143.51138.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 204 (80.08% from 255) = 46.90%
BLUE value IS 33 (13.28% from 255) = 7.59%
R=45.52%
G=46.90%
B=7.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal198204330.0300.840.262.1172.1546.47
HexC6CC213054143e482e
Octal3063144130124247611056
Binary11000110110011001000011101010100101001111101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CC21; }

 p { color: rgb(198,204,33); }

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

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

 a { background-color: rgb(198,204,33); }

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

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

 span { border-color: rgb(198,204,33); }

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