#B7D785

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

Shades of Sulu #B7D785

Tints of Sulu #B7D785

Color information

#B7D785 (or 0xB7D785) is unknown color: approx Sulu. HEX triplet: B7, D7 and 85. RGB value is (183,215,133). Sum of RGB (Red+Green+Blue) = 183+215+133=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D785 is #48287A. Grayscale: #C4C4C4. Windows color (decimal): -4728955 or 8771511. OLE color: 8771511.

HSL color Cylindrical-coordinate representation of color #B7D785: hue angle of 83.41º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7D785 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB183215133-
CMYK0.1500.380.16
HSL83.41º50.62%68.24%-
HSV(B)83.41º38.14%84.31%-
XYZ48.0660.3631.31-
YUV196.0892.4118.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.46%
GREEN value IS 215 (84.38% from 255) = 40.49%
BLUE value IS 133 (52.34% from 255) = 25.05%
R=34.46%
G=40.49%
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.16
SystemRedGreenBlueCMYKHSL
Decimal1832151330.1500.380.1683.4150.6268.24
HexB7D785F02610533344
Octal267327205170462012363104
Binary101101111101011110000101111101001101000010100111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D785; }

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

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

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

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

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

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

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

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