#C4C31E

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

Shades of Barberry #C4C31E

Tints of Barberry #C4C31E

Color information

#C4C31E (or 0xC4C31E) is unknown color: approx Barberry. HEX triplet: C4, C3 and 1E. RGB value is (196,195,30). Sum of RGB (Red+Green+Blue) = 196+195+30=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C31E is #3B3CE1. Grayscale: #B1B1B1. Windows color (decimal): -3882210 or 2016196. OLE color: 2016196.

HSL color Cylindrical-coordinate representation of color #C4C31E: hue angle of 59.64º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4C31E is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB19619530-
CMYK00.010.850.23
HSL59.64º73.45%44.31%-
HSV(B)59.64º84.69%76.86%-
XYZ42.5150.868.8-
YUV176.4945.33141.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.56%
GREEN value IS 195 (76.56% from 255) = 46.32%
BLUE value IS 30 (12.11% from 255) = 7.13%
R=46.56%
G=46.32%
B=7.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961953000.010.850.2359.6473.4544.31
HexC4C31E0155173c492c
Octal3043033601125277411154
Binary110001001100001111110011010101101111111001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C31E; }

 p { color: rgb(196,195,30); }

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

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

 a { background-color: rgb(196,195,30); }

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

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

 span { border-color: rgb(196,195,30); }

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