#C4BC28

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

Shades of Barberry #C4BC28

Tints of Barberry #C4BC28

Color information

#C4BC28 (or 0xC4BC28) is unknown color: approx Barberry. HEX triplet: C4, BC and 28. RGB value is (196,188,40). Sum of RGB (Red+Green+Blue) = 196+188+40=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC28 is #3B43D7. Grayscale: #AEAEAE. Windows color (decimal): -3883992 or 2669764. OLE color: 2669764.

HSL color Cylindrical-coordinate representation of color #C4BC28: hue angle of 56.92º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4BC28 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB19618840-
CMYK00.040.800.23
HSL56.92º66.1%46.27%-
HSV(B)56.92º79.59%76.86%-
XYZ41.1347.869.08-
YUV173.5252.65144.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.23%
GREEN value IS 188 (73.83% from 255) = 44.34%
BLUE value IS 40 (16.02% from 255) = 9.43%
R=46.23%
G=44.34%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961884000.040.800.2356.9266.146.27
HexC4BC2804501739422e
Octal3042745004120277110256
Binary110001001011110010100001001010000101111110011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC28; }

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

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

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

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

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

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

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

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