#B8D97F

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

Shades of Sulu #B8D97F

Tints of Sulu #B8D97F

Color information

#B8D97F (or 0xB8D97F) is unknown color: approx Sulu. HEX triplet: B8, D9 and 7F. RGB value is (184,217,127). Sum of RGB (Red+Green+Blue) = 184+217+127=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D97F is #472680. Grayscale: #C5C5C5. Windows color (decimal): -4662913 or 8378808. OLE color: 8378808.

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

Color convert

RGB184217127-
CMYK0.1500.410.15
HSL82º54.22%67.45%-
HSV(B)82º41.47%85.1%-
XYZ48.4161.3529.37-
YUV196.8788.57118.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.85%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 127 (50% from 255) = 24.05%
R=34.85%
G=41.10%
B=24.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842171270.1500.410.158254.2267.45
HexB8D97FF029F523643
Octal270331177170511712266103
Binary1011100011011001111111111110101001111110100101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D97F; }

 p { color: rgb(184,217,127); }

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

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

 a { background-color: rgb(184,217,127); }

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

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

 span { border-color: rgb(184,217,127); }

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