#B8D970

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

Shades of Sulu #B8D970

Tints of Sulu #B8D970

Color information

#B8D970 (or 0xB8D970) is unknown color: approx Sulu. HEX triplet: B8, D9 and 70. RGB value is (184,217,112). Sum of RGB (Red+Green+Blue) = 184+217+112=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D970 is #47268F. Grayscale: #C3C3C3. Windows color (decimal): -4662928 or 7395768. OLE color: 7395768.

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

Color convert

RGB184217112-
CMYK0.1500.480.15
HSL78.86º58.01%64.51%-
HSV(B)78.86º48.39%85.1%-
XYZ47.560.9924.6-
YUV195.1681.07120.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.87%
GREEN value IS 217 (85.16% from 255) = 42.30%
BLUE value IS 112 (44.14% from 255) = 21.83%
R=35.87%
G=42.30%
B=21.83%

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
Decimal1842171120.1500.480.1578.8658.0164.51
HexB8D970F030F4f3a41
Octal270331160170601711772101
Binary1011100011011001111000011110110000111110011111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D970; }

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

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

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

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

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

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

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

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