#B8DA71

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

Shades of Sulu #B8DA71

Tints of Sulu #B8DA71

Color information

#B8DA71 (or 0xB8DA71) is unknown color: approx Sulu. HEX triplet: B8, DA and 71. RGB value is (184,218,113). Sum of RGB (Red+Green+Blue) = 184+218+113=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DA71 is #47258E. Grayscale: #C4C4C4. Windows color (decimal): -4662671 or 7461560. OLE color: 7461560.

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

Color convert

RGB184218113-
CMYK0.1600.480.15
HSL79.43º58.66%64.9%-
HSV(B)79.43º48.17%85.49%-
XYZ47.8261.5324.98-
YUV195.8681.24119.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.73%
GREEN value IS 218 (85.55% from 255) = 42.33%
BLUE value IS 113 (44.53% from 255) = 21.94%
R=35.73%
G=42.33%
B=21.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842181130.1600.480.1579.4358.6664.9
HexB8DA7110030F4f3b41
Octal270332161200601711773101
Binary10111000110110101110001100000110000111110011111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DA71; }

 p { color: rgb(184,218,113); }

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

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

 a { background-color: rgb(184,218,113); }

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

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

 span { border-color: rgb(184,218,113); }

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