#C4BC29

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

Shades of Barberry #C4BC29

Tints of Barberry #C4BC29

Color information

#C4BC29 (or 0xC4BC29) is unknown color: approx Barberry. HEX triplet: C4, BC and 29. RGB value is (196,188,41). Sum of RGB (Red+Green+Blue) = 196+188+41=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC29 is #3B43D6. Grayscale: #AEAEAE. Windows color (decimal): -3883991 or 2735300. OLE color: 2735300.

HSL color Cylindrical-coordinate representation of color #C4BC29: hue angle of 56.9º 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 #C4BC29 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB19618841-
CMYK00.040.790.23
HSL56.9º65.4%46.47%-
HSV(B)56.9º79.08%76.86%-
XYZ41.1547.869.17-
YUV173.6353.15143.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.12%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 41 (16.41% from 255) = 9.65%
R=46.12%
G=44.24%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961884100.040.790.2356.965.446.47
HexC4BC29044F1739412e
Octal3042745104117277110156
Binary110001001011110010100101001001111101111110011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC29; }

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

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

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

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

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

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

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

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