#B0F90C

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

Shades of Spring Bud #B0F90C

Tints of Spring Bud #B0F90C

Color information

#B0F90C (or 0xB0F90C) is unknown color: approx Spring Bud. HEX triplet: B0, F9 and 0C. RGB value is (176,249,12). Sum of RGB (Red+Green+Blue) = 176+249+12=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 249 (97.66% from 255 or 56.98% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F90C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F90C is #4F06F3. Grayscale: #C9C9C9. Windows color (decimal): -5179124 or 850352. OLE color: 850352.

HSL color Cylindrical-coordinate representation of color #B0F90C: hue angle of 78.48º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0F90C is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB17624912-
CMYK0.2900.950.02
HSL78.48º95.18%51.18%-
HSV(B)78.48º95.18%97.65%-
XYZ51.8577.0112.48-
YUV200.1521.82110.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 249 (97.66% from 255) = 56.98%
BLUE value IS 12 (5.08% from 255) = 2.75%
R=40.27%
G=56.98%
B=2.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176249120.2900.950.0278.4895.1851.18
HexB0F9C1D05F24e5f33
Octal26037114350137211613763
Binary1011000011111001110011101010111111010011101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F90C; }

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

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

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

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

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

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

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

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