#C4B926

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

Shades of Barberry #C4B926

Tints of Barberry #C4B926

Color information

#C4B926 (or 0xC4B926) is unknown color: approx Barberry. HEX triplet: C4, B9 and 26. RGB value is (196,185,38). Sum of RGB (Red+Green+Blue) = 196+185+38=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B926 is #3B46D9. Grayscale: #ACACAC. Windows color (decimal): -3884762 or 2537924. OLE color: 2537924.

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

Color convert

RGB19618538-
CMYK00.060.810.23
HSL55.82º67.52%45.88%-
HSV(B)55.82º80.61%76.86%-
XYZ40.4646.578.69-
YUV171.5352.64145.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 185 (72.66% from 255) = 44.15%
BLUE value IS 38 (15.23% from 255) = 9.07%
R=46.78%
G=44.15%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961853800.060.810.2355.8267.5245.88
HexC4B92606511738442e
Octal3042714606121277010456
Binary110001001011100110011001101010001101111110001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B926; }

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

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

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

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

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

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

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

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