#B8D971

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

Shades of Sulu #B8D971

Tints of Sulu #B8D971

Color information

#B8D971 (or 0xB8D971) is unknown color: approx Sulu. HEX triplet: B8, D9 and 71. RGB value is (184,217,113). Sum of RGB (Red+Green+Blue) = 184+217+113=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D971 is #47268E. Grayscale: #C3C3C3. Windows color (decimal): -4662927 or 7461304. OLE color: 7461304.

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

Color convert

RGB184217113-
CMYK0.1500.480.15
HSL79.04º57.78%64.71%-
HSV(B)79.04º47.93%85.1%-
XYZ47.5661.0124.89-
YUV195.2881.57119.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.80%
GREEN value IS 217 (85.16% from 255) = 42.22%
BLUE value IS 113 (44.53% from 255) = 21.98%
R=35.80%
G=42.22%
B=21.98%

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
Decimal1842171130.1500.480.1579.0457.7864.71
HexB8D971F030F4f3a41
Octal270331161170601711772101
Binary1011100011011001111000111110110000111110011111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D971; }

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

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

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

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

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

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

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

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