#B7D986

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

Shades of Sulu #B7D986

Tints of Sulu #B7D986

Color information

#B7D986 (or 0xB7D986) is unknown color: approx Sulu. HEX triplet: B7, D9 and 86. RGB value is (183,217,134). Sum of RGB (Red+Green+Blue) = 183+217+134=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D986 is #482679. Grayscale: #C5C5C5. Windows color (decimal): -4728442 or 8837559. OLE color: 8837559.

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

Color convert

RGB183217134-
CMYK0.1600.380.15
HSL84.58º52.2%68.82%-
HSV(B)84.58º38.25%85.1%-
XYZ48.6461.4131.84-
YUV197.3792.24117.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.27%
GREEN value IS 217 (85.16% from 255) = 40.64%
BLUE value IS 134 (52.73% from 255) = 25.09%
R=34.27%
G=40.64%
B=25.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832171340.1600.380.1584.5852.268.82
HexB7D98610026F553445
Octal267331206200461712564105
Binary101101111101100110000110100000100110111110101011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D986; }

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

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

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

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

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

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

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

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