#C3BF22

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

Shades of Barberry #C3BF22

Tints of Barberry #C3BF22

Color information

#C3BF22 (or 0xC3BF22) is unknown color: approx Barberry. HEX triplet: C3, BF and 22. RGB value is (195,191,34). Sum of RGB (Red+Green+Blue) = 195+191+34=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BF22 is #3C40DD. Grayscale: #AEAEAE. Windows color (decimal): -3948766 or 2277315. OLE color: 2277315.

HSL color Cylindrical-coordinate representation of color #C3BF22: hue angle of 58.51º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3BF22 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB19519134-
CMYK00.020.830.24
HSL58.51º70.31%44.9%-
HSV(B)58.51º82.56%76.47%-
XYZ41.4348.988.78-
YUV174.348.83142.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.43%
GREEN value IS 191 (75% from 255) = 45.48%
BLUE value IS 34 (13.67% from 255) = 8.10%
R=46.43%
G=45.48%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951913400.020.830.2458.5170.3144.9
HexC3BF220253183b462d
Octal3032774202123307310655
Binary11000011101111111000100101010011110001110111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BF22; }

 p { color: rgb(195,191,34); }

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

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

 a { background-color: rgb(195,191,34); }

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

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

 span { border-color: rgb(195,191,34); }

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