#c3c428

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

Shades of Barberry #C3C428

Tints of Barberry #C3C428

Color information

#C3C428 (or 0xC3C428) is unknown color: approx Barberry. HEX triplet: C3, C4 and 28. RGB value is (195,196,40). Sum of RGB (Red+Green+Blue) = 195+196+40=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C428 is #3C3BD7. Grayscale: #B2B2B2. Windows color (decimal): -3947480 or 2671811. OLE color: 2671811.

HSL color Cylindrical-coordinate representation of color #C3C428: hue angle of 60.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3C428 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB19519640-
CMYK0.0100.800.23
HSL60.38º66.1%46.27%-
HSV(B)60.38º79.59%76.86%-
XYZ42.6351.249.65-
YUV177.9250.17140.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 196 (76.95% from 255) = 45.48%
BLUE value IS 40 (16.02% from 255) = 9.28%
R=45.24%
G=45.48%
B=9.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal195196400.0100.800.2360.3866.146.27
HexC3C4281050173c422e
Octal3033045010120277410256
Binary1100001111000100101000101010000101111111001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3c428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3c428; }

 p { color: rgb(195,196,40); }

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

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

 a { background-color: rgb(195,196,40); }

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

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

 span { border-color: rgb(195,196,40); }

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