#c5c327

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

Shades of Barberry #C5C327

Tints of Barberry #C5C327

Color information

#C5C327 (or 0xC5C327) is unknown color: approx Barberry. HEX triplet: C5, C3 and 27. RGB value is (197,195,39). Sum of RGB (Red+Green+Blue) = 197+195+39=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C327 is #3A3CD8. Grayscale: #B2B2B2. Windows color (decimal): -3816665 or 2606021. OLE color: 2606021.

HSL color Cylindrical-coordinate representation of color #C5C327: hue angle of 59.24º degrees, saturation: 0.67, 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 #C5C327 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB19719539-
CMYK00.010.800.23
HSL59.24º66.95%46.27%-
HSV(B)59.24º80.2%77.25%-
XYZ42.9151.059.51-
YUV177.8149.66141.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.71%
GREEN value IS 195 (76.56% from 255) = 45.24%
BLUE value IS 39 (15.62% from 255) = 9.05%
R=45.71%
G=45.24%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971953900.010.800.2359.2466.9546.27
HexC5C3270150173b432e
Octal3053034701120277310356
Binary1100010111000011100111011010000101111110111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5c327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5c327; }

 p { color: rgb(197,195,39); }

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

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

 a { background-color: rgb(197,195,39); }

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

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

 span { border-color: rgb(197,195,39); }

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