#B8D875

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

Shades of Sulu #B8D875

Tints of Sulu #B8D875

Color information

#B8D875 (or 0xB8D875) is unknown color: approx Sulu. HEX triplet: B8, D8 and 75. RGB value is (184,216,117). Sum of RGB (Red+Green+Blue) = 184+216+117=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D875 is #47278A. Grayscale: #C3C3C3. Windows color (decimal): -4663179 or 7723192. OLE color: 7723192.

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

Color convert

RGB184216117-
CMYK0.1500.460.15
HSL79.39º55.93%65.29%-
HSV(B)79.39º45.83%84.71%-
XYZ47.5360.5926.02-
YUV195.1583.9120.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.59%
GREEN value IS 216 (84.77% from 255) = 41.78%
BLUE value IS 117 (46.09% from 255) = 22.63%
R=35.59%
G=41.78%
B=22.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842161170.1500.460.1579.3955.9365.29
HexB8D875F02EF4f3841
Octal270330165170561711770101
Binary1011100011011000111010111110101110111110011111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D875; }

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

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

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

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

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

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

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

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