#B8DC88

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

Shades of Sulu #B8DC88

Tints of Sulu #B8DC88

Color information

#B8DC88 (or 0xB8DC88) is unknown color: approx Sulu. HEX triplet: B8, DC and 88. RGB value is (184,220,136). Sum of RGB (Red+Green+Blue) = 184+220+136=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DC88 is #472377. Grayscale: #C7C7C7. Windows color (decimal): -4662136 or 8969400. OLE color: 8969400.

HSL color Cylindrical-coordinate representation of color #B8DC88: hue angle of 85.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8DC88 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB184220136-
CMYK0.1600.380.14
HSL85.71º54.55%69.8%-
HSV(B)85.71º38.18%86.27%-
XYZ49.863.1532.86-
YUV199.6692.07116.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.07%
GREEN value IS 220 (86.33% from 255) = 40.74%
BLUE value IS 136 (53.52% from 255) = 25.19%
R=34.07%
G=40.74%
B=25.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842201360.1600.380.1485.7154.5569.8
HexB8DC8810026E563746
Octal270334210200461612667106
Binary101110001101110010001000100000100110111010101101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DC88; }

 p { color: rgb(184,220,136); }

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

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

 a { background-color: rgb(184,220,136); }

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

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

 span { border-color: rgb(184,220,136); }

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