#B8F96C

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

Shades of Sulu #B8F96C

Tints of Sulu #B8F96C

Color information

#B8F96C (or 0xB8F96C) is unknown color: approx Sulu. HEX triplet: B8, F9 and 6C. RGB value is (184,249,108). Sum of RGB (Red+Green+Blue) = 184+249+108=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #B8F96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F96C is #470693. Grayscale: #D5D5D5. Windows color (decimal): -4654740 or 7141816. OLE color: 7141816.

HSL color Cylindrical-coordinate representation of color #B8F96C: hue angle of 87.66º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8F96C is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB184249108-
CMYK0.2600.570.02
HSL87.66º92.16%70%-
HSV(B)87.66º56.63%97.65%-
XYZ56.3579.0226.47-
YUV213.4968.47106.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.01%
GREEN value IS 249 (97.66% from 255) = 46.03%
BLUE value IS 108 (42.58% from 255) = 19.96%
R=34.01%
G=46.03%
B=19.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842491080.2600.570.0287.6692.1670
HexB8F96C1A0392585c46
Octal270371154320712130134106
Binary1011100011111001110110011010011100110101100010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F96C; }

 p { color: rgb(184,249,108); }

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

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

 a { background-color: rgb(184,249,108); }

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

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

 span { border-color: rgb(184,249,108); }

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