#C6BC23

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

Shades of Barberry #C6BC23

Tints of Barberry #C6BC23

Color information

#C6BC23 (or 0xC6BC23) is unknown color: approx Barberry. HEX triplet: C6, BC and 23. RGB value is (198,188,35). Sum of RGB (Red+Green+Blue) = 198+188+35=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC23 is #3943DC. Grayscale: #AEAEAE. Windows color (decimal): -3752925 or 2342086. OLE color: 2342086.

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

Color convert

RGB19818835-
CMYK00.050.820.22
HSL56.32º69.96%45.69%-
HSV(B)56.32º82.32%77.65%-
XYZ41.5848.098.68-
YUV173.5549.81145.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 188 (73.83% from 255) = 44.66%
BLUE value IS 35 (14.06% from 255) = 8.31%
R=47.03%
G=44.66%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981883500.050.820.2256.3269.9645.69
HexC6BC2305521638462e
Octal3062744305122267010656
Binary110001101011110010001101011010010101101110001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BC23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BC23; }

 p { color: rgb(198,188,35); }

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

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

 a { background-color: rgb(198,188,35); }

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

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

 span { border-color: rgb(198,188,35); }

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