#C4C022

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

Shades of Barberry #C4C022

Tints of Barberry #C4C022

Color information

#C4C022 (or 0xC4C022) is unknown color: approx Barberry. HEX triplet: C4, C0 and 22. RGB value is (196,192,34). Sum of RGB (Red+Green+Blue) = 196+192+34=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 34 (13.67% from 255 or 8.06% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C022 is #3B3FDD. Grayscale: #AFAFAF. Windows color (decimal): -3882974 or 2277572. OLE color: 2277572.

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

Color convert

RGB19619234-
CMYK00.020.830.23
HSL58.52º70.43%45.1%-
HSV(B)58.52º82.65%76.86%-
XYZ41.949.558.87-
YUV175.1848.33142.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.45%
GREEN value IS 192 (75.39% from 255) = 45.50%
BLUE value IS 34 (13.67% from 255) = 8.06%
R=46.45%
G=45.50%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961923400.020.830.2358.5270.4345.1
HexC4C0220253173b462d
Octal3043004202123277310655
Binary11000100110000001000100101010011101111110111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C022; }

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

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

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

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

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

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

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

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