#B8D885

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

Shades of Sulu #B8D885

Tints of Sulu #B8D885

Color information

#B8D885 (or 0xB8D885) is unknown color: approx Sulu. HEX triplet: B8, D8 and 85. RGB value is (184,216,133). Sum of RGB (Red+Green+Blue) = 184+216+133=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D885 is #47277A. Grayscale: #C5C5C5. Windows color (decimal): -4663163 or 8771768. OLE color: 8771768.

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

Color convert

RGB184216133-
CMYK0.1500.380.15
HSL83.13º51.55%68.43%-
HSV(B)83.13º38.43%84.71%-
XYZ48.566131.4-
YUV196.9791.9118.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.52%
GREEN value IS 216 (84.77% from 255) = 40.53%
BLUE value IS 133 (52.34% from 255) = 24.95%
R=34.52%
G=40.53%
B=24.95%

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
Decimal1842161330.1500.380.1583.1351.5568.43
HexB8D885F026F533444
Octal270330205170461712364104
Binary10111000110110001000010111110100110111110100111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D885; }

 p { color: rgb(184,216,133); }

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

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

 a { background-color: rgb(184,216,133); }

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

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

 span { border-color: rgb(184,216,133); }

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