#B0F96C

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

Shades of Sulu #B0F96C

Tints of Sulu #B0F96C

Color information

#B0F96C (or 0xB0F96C) is unknown color: approx Sulu. HEX triplet: B0, F9 and 6C. RGB value is (176,249,108). Sum of RGB (Red+Green+Blue) = 176+249+108=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F96C is #4F0693. Grayscale: #D3D3D3. Windows color (decimal): -5179028 or 7141808. OLE color: 7141808.

HSL color Cylindrical-coordinate representation of color #B0F96C: hue angle of 91.06º 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 #B0F96C is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB176249108-
CMYK0.2900.570.02
HSL91.06º92.16%70%-
HSV(B)91.06º56.63%97.65%-
XYZ54.4978.0626.38-
YUV211.169.82102.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.02%
GREEN value IS 249 (97.66% from 255) = 46.72%
BLUE value IS 108 (42.58% from 255) = 20.26%
R=33.02%
G=46.72%
B=20.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762491080.2900.570.0291.0692.1670
HexB0F96C1D03925b5c46
Octal260371154350712133134106
Binary1011000011111001110110011101011100110101101110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F96C; }

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

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

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

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

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

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

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

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