#B8DC75

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

Shades of Sulu #B8DC75

Tints of Sulu #B8DC75

Color information

#B8DC75 (or 0xB8DC75) is unknown color: approx Sulu. HEX triplet: B8, DC and 75. RGB value is (184,220,117). Sum of RGB (Red+Green+Blue) = 184+220+117=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DC75 is #47238A. Grayscale: #C5C5C5. Windows color (decimal): -4662155 or 7724216. OLE color: 7724216.

HSL color Cylindrical-coordinate representation of color #B8DC75: hue angle of 80.97º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8DC75 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB184220117-
CMYK0.1600.470.14
HSL80.97º59.54%66.08%-
HSV(B)80.97º46.82%86.27%-
XYZ48.5762.6626.36-
YUV197.4982.57118.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 220 (86.33% from 255) = 42.23%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=35.32%
G=42.23%
B=22.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842201170.1600.470.1480.9759.5466.08
HexB8DC751002FE513c42
Octal270334165200571612174102
Binary10111000110111001110101100000101111111010100011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DC75; }

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

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

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

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

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

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

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

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