#C4BD23

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

Shades of Barberry #C4BD23

Tints of Barberry #C4BD23

Color information

#C4BD23 (or 0xC4BD23) is unknown color: approx Barberry. HEX triplet: C4, BD and 23. RGB value is (196,189,35). Sum of RGB (Red+Green+Blue) = 196+189+35=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BD23 is #3B42DC. Grayscale: #AEAEAE. Windows color (decimal): -3883741 or 2342340. OLE color: 2342340.

HSL color Cylindrical-coordinate representation of color #C4BD23: hue angle of 57.39º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4BD23 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB19618935-
CMYK00.040.820.23
HSL57.39º69.7%45.29%-
HSV(B)57.39º82.14%76.86%-
XYZ41.2748.258.73-
YUV173.5449.82144.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.67%
GREEN value IS 189 (74.22% from 255) = 45%
BLUE value IS 35 (14.06% from 255) = 8.33%
R=46.67%
G=45%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961893500.040.820.2357.3969.745.29
HexC4BD2304521739462d
Octal3042754304122277110655
Binary110001001011110110001101001010010101111110011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BD23; }

 p { color: rgb(196,189,35); }

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

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

 a { background-color: rgb(196,189,35); }

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

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

 span { border-color: rgb(196,189,35); }

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