#B8D87D

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

Shades of Sulu #B8D87D

Tints of Sulu #B8D87D

Color information

#B8D87D (or 0xB8D87D) is unknown color: approx Sulu. HEX triplet: B8, D8 and 7D. RGB value is (184,216,125). Sum of RGB (Red+Green+Blue) = 184+216+125=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D87D is #472782. Grayscale: #C4C4C4. Windows color (decimal): -4663171 or 8247480. OLE color: 8247480.

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

Color convert

RGB184216125-
CMYK0.1500.420.15
HSL81.1º53.85%66.86%-
HSV(B)81.1º42.13%84.71%-
XYZ48.0260.7828.6-
YUV196.0687.9119.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 216 (84.77% from 255) = 41.14%
BLUE value IS 125 (49.22% from 255) = 23.81%
R=35.05%
G=41.14%
B=23.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842161250.1500.420.1581.153.8566.86
HexB8D87DF02AF513643
Octal270330175170521712166103
Binary1011100011011000111110111110101010111110100011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D87D; }

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

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

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

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

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

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

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

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