#B8D986

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

Shades of Sulu #B8D986

Tints of Sulu #B8D986

Color information

#B8D986 (or 0xB8D986) is unknown color: approx Sulu. HEX triplet: B8, D9 and 86. RGB value is (184,217,134). Sum of RGB (Red+Green+Blue) = 184+217+134=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D986 is #472679. Grayscale: #C5C5C5. Windows color (decimal): -4662906 or 8837560. OLE color: 8837560.

HSL color Cylindrical-coordinate representation of color #B8D986: hue angle of 83.86º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8D986 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB184217134-
CMYK0.1500.380.15
HSL83.86º52.2%68.82%-
HSV(B)83.86º38.25%85.1%-
XYZ48.8861.5431.86-
YUV197.6792.07118.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 217 (85.16% from 255) = 40.56%
BLUE value IS 134 (52.73% from 255) = 25.05%
R=34.39%
G=40.56%
B=25.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842171340.1500.380.1583.8652.268.82
HexB8D986F026F543445
Octal270331206170461712464105
Binary10111000110110011000011011110100110111110101001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D986; }

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

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

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

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

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

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

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

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