#c3b926

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

Shades of Barberry #C3B926

Tints of Barberry #C3B926

Color information

#C3B926 (or 0xC3B926) is unknown color: approx Barberry. HEX triplet: C3, B9 and 26. RGB value is (195,185,38). Sum of RGB (Red+Green+Blue) = 195+185+38=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B926 is #3C46D9. Grayscale: #ABABAB. Windows color (decimal): -3950298 or 2537923. OLE color: 2537923.

HSL color Cylindrical-coordinate representation of color #C3B926: hue angle of 56.18º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3B926 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB19518538-
CMYK00.050.810.24
HSL56.18º67.38%45.69%-
HSV(B)56.18º80.51%76.47%-
XYZ40.246.448.68-
YUV171.2352.81144.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.65%
GREEN value IS 185 (72.66% from 255) = 44.26%
BLUE value IS 38 (15.23% from 255) = 9.09%
R=46.65%
G=44.26%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951853800.050.810.2456.1867.3845.69
HexC3B92605511838432e
Octal3032714605121307010356
Binary110000111011100110011001011010001110001110001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3b926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3b926; }

 p { color: rgb(195,185,38); }

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

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

 a { background-color: rgb(195,185,38); }

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

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

 span { border-color: rgb(195,185,38); }

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