#B7D985

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

Shades of Sulu #B7D985

Tints of Sulu #B7D985

Color information

#B7D985 (or 0xB7D985) is unknown color: approx Sulu. HEX triplet: B7, D9 and 85. RGB value is (183,217,133). Sum of RGB (Red+Green+Blue) = 183+217+133=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D985 is #48267A. Grayscale: #C5C5C5. Windows color (decimal): -4728443 or 8772023. OLE color: 8772023.

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

Color convert

RGB183217133-
CMYK0.1600.390.15
HSL84.29º52.5%68.63%-
HSV(B)84.29º38.71%85.1%-
XYZ48.5761.3931.48-
YUV197.2691.74117.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.33%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 133 (52.34% from 255) = 24.95%
R=34.33%
G=40.71%
B=24.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832171330.1600.390.1584.2952.568.63
HexB7D98510027F543545
Octal267331205200471712465105
Binary101101111101100110000101100000100111111110101001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D985; }

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

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

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

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

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

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

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

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