#C4C029

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

Shades of Barberry #C4C029

Tints of Barberry #C4C029

Color information

#C4C029 (or 0xC4C029) is unknown color: approx Barberry. HEX triplet: C4, C0 and 29. RGB value is (196,192,41). Sum of RGB (Red+Green+Blue) = 196+192+41=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C029 is #3B3FD6. Grayscale: #B0B0B0. Windows color (decimal): -3882967 or 2736324. OLE color: 2736324.

HSL color Cylindrical-coordinate representation of color #C4C029: hue angle of 58.45º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4C029 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB19619241-
CMYK00.020.790.23
HSL58.45º65.4%46.47%-
HSV(B)58.45º79.08%76.86%-
XYZ42.0149.69.46-
YUV175.9851.83142.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.69%
GREEN value IS 192 (75.39% from 255) = 44.76%
BLUE value IS 41 (16.41% from 255) = 9.56%
R=45.69%
G=44.76%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961924100.020.790.2358.4565.446.47
HexC4C029024F173a412e
Octal3043005102117277210156
Binary11000100110000001010010101001111101111110101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C029; }

 p { color: rgb(196,192,41); }

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

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

 a { background-color: rgb(196,192,41); }

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

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

 span { border-color: rgb(196,192,41); }

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