#B9D971

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

Shades of Sulu #B9D971

Tints of Sulu #B9D971

Color information

#B9D971 (or 0xB9D971) is unknown color: approx Sulu. HEX triplet: B9, D9 and 71. RGB value is (185,217,113). Sum of RGB (Red+Green+Blue) = 185+217+113=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D971 is #46268E. Grayscale: #C3C3C3. Windows color (decimal): -4597391 or 7461305. OLE color: 7461305.

HSL color Cylindrical-coordinate representation of color #B9D971: hue angle of 78.46º 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 #B9D971 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB185217113-
CMYK0.1500.480.15
HSL78.46º57.78%64.71%-
HSV(B)78.46º47.93%85.1%-
XYZ47.861.1324.9-
YUV195.5881.4120.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.92%
GREEN value IS 217 (85.16% from 255) = 42.14%
BLUE value IS 113 (44.53% from 255) = 21.94%
R=35.92%
G=42.14%
B=21.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852171130.1500.480.1578.4657.7864.71
HexB9D971F030F4e3a41
Octal271331161170601711672101
Binary1011100111011001111000111110110000111110011101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D971; }

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

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

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

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

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

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

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

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