#C3BD2C

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

Shades of Barberry #C3BD2C

Tints of Barberry #C3BD2C

Color information

#C3BD2C (or 0xC3BD2C) is unknown color: approx Barberry. HEX triplet: C3, BD and 2C. RGB value is (195,189,44). Sum of RGB (Red+Green+Blue) = 195+189+44=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BD2C is #3C42D3. Grayscale: #AEAEAE. Windows color (decimal): -3949268 or 2932163. OLE color: 2932163.

HSL color Cylindrical-coordinate representation of color #C3BD2C: hue angle of 57.62º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3BD2C is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB19518944-
CMYK00.030.770.24
HSL57.62º63.18%46.86%-
HSV(B)57.62º77.44%76.47%-
XYZ41.1648.189.51-
YUV174.2654.49142.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 189 (74.22% from 255) = 44.16%
BLUE value IS 44 (17.58% from 255) = 10.28%
R=45.56%
G=44.16%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951894400.030.770.2457.6263.1846.86
HexC3BD2C034D183a3f2f
Octal303275540311530727757
Binary1100001110111101101100011100110111000111010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD2C; }

 p { color: rgb(195,189,44); }

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

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

 a { background-color: rgb(195,189,44); }

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

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

 span { border-color: rgb(195,189,44); }

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