#C6BA25

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

Shades of Barberry #C6BA25

Tints of Barberry #C6BA25

Color information

#C6BA25 (or 0xC6BA25) is unknown color: approx Barberry. HEX triplet: C6, BA and 25. RGB value is (198,186,37). Sum of RGB (Red+Green+Blue) = 198+186+37=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA25 is #3945DA. Grayscale: #ADADAD. Windows color (decimal): -3753435 or 2472646. OLE color: 2472646.

HSL color Cylindrical-coordinate representation of color #C6BA25: hue angle of 55.53º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6BA25 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB19818637-
CMYK00.060.810.22
HSL55.53º68.51%46.08%-
HSV(B)55.53º81.31%77.65%-
XYZ41.1847.268.7-
YUV172.651.48146.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 186 (73.05% from 255) = 44.18%
BLUE value IS 37 (14.84% from 255) = 8.79%
R=47.03%
G=44.18%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981863700.060.810.2255.5368.5146.08
HexC6BA2506511638452e
Octal3062724506121267010556
Binary110001101011101010010101101010001101101110001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BA25; }

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

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

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

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

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

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

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

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