#B8D97C

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

Shades of Sulu #B8D97C

Tints of Sulu #B8D97C

Color information

#B8D97C (or 0xB8D97C) is unknown color: approx Sulu. HEX triplet: B8, D9 and 7C. RGB value is (184,217,124). Sum of RGB (Red+Green+Blue) = 184+217+124=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D97C is #472683. Grayscale: #C4C4C4. Windows color (decimal): -4662916 or 8182200. OLE color: 8182200.

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

Color convert

RGB184217124-
CMYK0.1500.430.15
HSL81.29º55.03%66.86%-
HSV(B)81.29º42.86%85.1%-
XYZ48.2261.2728.35-
YUV196.5387.07119.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 217 (85.16% from 255) = 41.33%
BLUE value IS 124 (48.83% from 255) = 23.62%
R=35.05%
G=41.33%
B=23.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842171240.1500.430.1581.2955.0366.86
HexB8D97CF02BF513743
Octal270331174170531712167103
Binary1011100011011001111110011110101011111110100011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D97C; }

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

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

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

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

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

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

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

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