#C6BA28

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

Shades of Barberry #C6BA28

Tints of Barberry #C6BA28

Color information

#C6BA28 (or 0xC6BA28) is unknown color: approx Barberry. HEX triplet: C6, BA and 28. RGB value is (198,186,40). Sum of RGB (Red+Green+Blue) = 198+186+40=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA28 is #3945D7. Grayscale: #ADADAD. Windows color (decimal): -3753432 or 2669254. OLE color: 2669254.

HSL color Cylindrical-coordinate representation of color #C6BA28: hue angle of 55.44º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6BA28 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB19818640-
CMYK00.060.800.22
HSL55.44º66.39%46.67%-
HSV(B)55.44º79.8%77.65%-
XYZ41.2347.288.96-
YUV172.9452.98145.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.70%
GREEN value IS 186 (73.05% from 255) = 43.87%
BLUE value IS 40 (16.02% from 255) = 9.43%
R=46.70%
G=43.87%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981864000.060.800.2255.4466.3946.67
HexC6BA2806501637422f
Octal3062725006120266710257
Binary110001101011101010100001101010000101101101111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BA28; }

 p { color: rgb(198,186,40); }

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

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

 a { background-color: rgb(198,186,40); }

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

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

 span { border-color: rgb(198,186,40); }

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