#C4BC23

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

Shades of Barberry #C4BC23

Tints of Barberry #C4BC23

Color information

#C4BC23 (or 0xC4BC23) is unknown color: approx Barberry. HEX triplet: C4, BC and 23. RGB value is (196,188,35). Sum of RGB (Red+Green+Blue) = 196+188+35=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC23 is #3B43DC. Grayscale: #ADADAD. Windows color (decimal): -3883997 or 2342084. OLE color: 2342084.

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

Color convert

RGB19618835-
CMYK00.040.820.23
HSL57.02º69.7%45.29%-
HSV(B)57.02º82.14%76.86%-
XYZ41.0547.828.66-
YUV172.9550.15144.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 188 (73.83% from 255) = 44.87%
BLUE value IS 35 (14.06% from 255) = 8.35%
R=46.78%
G=44.87%
B=8.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961883500.040.820.2357.0269.745.29
HexC4BC2304521739462d
Octal3042744304122277110655
Binary110001001011110010001101001010010101111110011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC23; }

 p { color: rgb(196,188,35); }

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

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

 a { background-color: rgb(196,188,35); }

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

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

 span { border-color: rgb(196,188,35); }

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