#B8D781

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

Shades of Sulu #B8D781

Tints of Sulu #B8D781

Color information

#B8D781 (or 0xB8D781) is unknown color: approx Sulu. HEX triplet: B8, D7 and 81. RGB value is (184,215,129). Sum of RGB (Red+Green+Blue) = 184+215+129=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D781 is #47287E. Grayscale: #C4C4C4. Windows color (decimal): -4663423 or 8509368. OLE color: 8509368.

HSL color Cylindrical-coordinate representation of color #B8D781: hue angle of 81.63º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8D781 is Cyan = 0.14, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB184215129-
CMYK0.1400.40.16
HSL81.63º51.81%67.45%-
HSV(B)81.63º40%84.31%-
XYZ48.0360.3829.89-
YUV195.9390.23119.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.85%
GREEN value IS 215 (84.38% from 255) = 40.72%
BLUE value IS 129 (50.78% from 255) = 24.43%
R=34.85%
G=40.72%
B=24.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842151290.1400.40.1681.6351.8167.45
HexB8D781E02810523443
Octal270327201160502012264103
Binary101110001101011110000001111001010001000010100101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D781; }

 p { color: rgb(184,215,129); }

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

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

 a { background-color: rgb(184,215,129); }

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

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

 span { border-color: rgb(184,215,129); }

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