Html Css Color HEX #B0F209 Spring Bud

📋 copy color: '#B0F209'

red 176 ◦ green 242 ◦ blue 9

#B0F209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #B0F209

Tints of Spring Bud #B0F209

RGB

 RED value IS 176 (69.14% from 255) = 41.22%

 GREEN value IS 242 (94.92% from 255) = 56.67%

 BLUE value IS 9 (3.91% from 255) = 2.11%

R = 41.22%
G = 56.67%
B = 2.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#B0F209 (or 0xB0F209) is known color: Spring Bud. HEX triplet: B0, F2 and 09. RGB value is (176,242,9). Sum of RGB (Red+Green+Blue) = 176+242+9=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 242 (94.92% from 255 or 56.67% from 427); Blue value is 9 (3.91% from 255 or 2.11% from 427); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F209 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F209 is #4F0DF6. Grayscale: #C4C4C4. Windows color (decimal): -5180919 or 651952. OLE color: 651952.

HSL color Cylindrical-coordinate representation of color #B0F209: hue angle of 77º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0F209 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 242 9 -
CMYK 0.27 0 0.96 0.05
HSL 77º 0.93% 0.49% -
HSV(B) 77º 0.96% 0.95% -
XYZ 49.71 72.75 11.68 -
YUV 195.7 22.63 113.95 -
System Red Green Blue C M Y K H S L
Decimal 176 242 9 0.27 0 0.96 0.05 77 0.93 0.49
Hex B0 F2 9 1B 0 60 5 4D 5D 31
Octal 260 362 11 33 0 140 5 115 135 61
Binary 10110000 11110010 1001 11011 0 1100000 101 1001101 1011101 110001

Color Harmonies of #B0F209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F209

Black with #B0F209

Text Example


Text Example

White with #B0F209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F209; }

 p { color: rgb(176,242,9); }

 H1.HeaderClassName
 {
   color: #B0F209;
 }
 .AnyTagClassName
 {
   color: #B0F209;
 }
</style>

background-color css

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

 a { background-color: rgb(176,242,9); }

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

border-color css

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

 span { border-color: rgb(176,242,9); }

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