#B6D971

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

Shades of Sulu #B6D971

Tints of Sulu #B6D971

Color information

#B6D971 (or 0xB6D971) is unknown color: approx Sulu. HEX triplet: B6, D9 and 71. RGB value is (182,217,113). Sum of RGB (Red+Green+Blue) = 182+217+113=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D971 is #49268E. Grayscale: #C3C3C3. Windows color (decimal): -4793999 or 7461302. OLE color: 7461302.

HSL color Cylindrical-coordinate representation of color #B6D971: hue angle of 80.19º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6D971 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB182217113-
CMYK0.1600.480.15
HSL80.19º57.78%64.71%-
HSV(B)80.19º47.93%85.1%-
XYZ47.0860.7624.87-
YUV194.6881.9118.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 217 (85.16% from 255) = 42.38%
BLUE value IS 113 (44.53% from 255) = 22.07%
R=35.55%
G=42.38%
B=22.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822171130.1600.480.1580.1957.7864.71
HexB6D97110030F503a41
Octal266331161200601712072101
Binary10110110110110011110001100000110000111110100001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D971; }

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

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

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

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

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

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

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

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