#C1BD28

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

Shades of Barberry #C1BD28

Tints of Barberry #C1BD28

Color information

#C1BD28 (or 0xC1BD28) is unknown color: approx Barberry. HEX triplet: C1, BD and 28. RGB value is (193,189,40). Sum of RGB (Red+Green+Blue) = 193+189+40=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BD28 is #3E42D7. Grayscale: #ADADAD. Windows color (decimal): -4080344 or 2670017. OLE color: 2670017.

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

Color convert

RGB19318940-
CMYK00.020.790.24
HSL58.43º65.67%45.69%-
HSV(B)58.43º79.27%75.69%-
XYZ40.5747.899.11-
YUV173.2152.83142.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.73%
GREEN value IS 189 (74.22% from 255) = 44.79%
BLUE value IS 40 (16.02% from 255) = 9.48%
R=45.73%
G=44.79%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931894000.020.790.2458.4365.6745.69
HexC1BD28024F183a422e
Octal3012755002117307210256
Binary11000001101111011010000101001111110001110101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BD28; }

 p { color: rgb(193,189,40); }

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

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

 a { background-color: rgb(193,189,40); }

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

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

 span { border-color: rgb(193,189,40); }

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