#B6DC71

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

Shades of Sulu #B6DC71

Tints of Sulu #B6DC71

Color information

#B6DC71 (or 0xB6DC71) is unknown color: approx Sulu. HEX triplet: B6, DC and 71. RGB value is (182,220,113). Sum of RGB (Red+Green+Blue) = 182+220+113=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC71 is #49238E. Grayscale: #C4C4C4. Windows color (decimal): -4793231 or 7462070. OLE color: 7462070.

HSL color Cylindrical-coordinate representation of color #B6DC71: hue angle of 81.31º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6DC71 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB182220113-
CMYK0.1700.490.14
HSL81.31º60.45%65.29%-
HSV(B)81.31º48.64%86.27%-
XYZ47.8762.3225.13-
YUV196.4480.91117.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 113 (44.53% from 255) = 21.94%
R=35.34%
G=42.72%
B=21.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822201130.1700.490.1481.3160.4565.29
HexB6DC7111031E513c41
Octal266334161210611612174101
Binary10110110110111001110001100010110001111010100011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DC71; }

 p { color: rgb(182,220,113); }

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

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

 a { background-color: rgb(182,220,113); }

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

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

 span { border-color: rgb(182,220,113); }

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