#C4C626

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

Shades of Barberry #C4C626

Tints of Barberry #C4C626

Color information

#C4C626 (or 0xC4C626) is unknown color: approx Barberry. HEX triplet: C4, C6 and 26. RGB value is (196,198,38). Sum of RGB (Red+Green+Blue) = 196+198+38=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 38 (15.23% from 255 or 8.80% from 432); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C626 is #3B39D9. Grayscale: #B3B3B3. Windows color (decimal): -3881434 or 2541252. OLE color: 2541252.

HSL color Cylindrical-coordinate representation of color #C4C626: hue angle of 60.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4C626 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB19619838-
CMYK0.0100.810.22
HSL60.75º67.8%46.27%-
HSV(B)60.75º80.81%77.65%-
XYZ43.3152.269.64-
YUV179.1648.34140.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.37%
GREEN value IS 198 (77.73% from 255) = 45.83%
BLUE value IS 38 (15.23% from 255) = 8.80%
R=45.37%
G=45.83%
B=8.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal196198380.0100.810.2260.7567.846.27
HexC4C6261051163d442e
Octal3043064610121267510456
Binary1100010011000110100110101010001101101111011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C626; }

 p { color: rgb(196,198,38); }

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

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

 a { background-color: rgb(196,198,38); }

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

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

 span { border-color: rgb(196,198,38); }

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