#C6C81B

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

Shades of Barberry #C6C81B

Tints of Barberry #C6C81B

Color information

#C6C81B (or 0xC6C81B) is unknown color: approx Barberry. HEX triplet: C6, C8 and 1B. RGB value is (198,200,27). Sum of RGB (Red+Green+Blue) = 198+200+27=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 27 (10.94% from 255 or 6.35% from 425); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C81B is #3937E4. Grayscale: #B4B4B4. Windows color (decimal): -3749861 or 1820870. OLE color: 1820870.

HSL color Cylindrical-coordinate representation of color #C6C81B: hue angle of 60.69º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6C81B is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB19820027-
CMYK0.0100.860.22
HSL60.69º76.21%44.51%-
HSV(B)60.69º86.5%78.43%-
XYZ44.1453.399.02-
YUV179.6841.84141.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.59%
GREEN value IS 200 (78.52% from 255) = 47.06%
BLUE value IS 27 (10.94% from 255) = 6.35%
R=46.59%
G=47.06%
B=6.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198200270.0100.860.2260.6976.2144.51
HexC6C81B1056163d4c2d
Octal3063103310126267511455
Binary110001101100100011011101010110101101111011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C81B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C81B; }

 p { color: rgb(198,200,27); }

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

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

 a { background-color: rgb(198,200,27); }

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

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

 span { border-color: rgb(198,200,27); }

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