Html Css Color HEX #B0F90A Spring Bud

📋 copy color: '#B0F90A'

red 176 ◦ green 249 ◦ blue 10

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

Shades of Spring Bud #B0F90A

Tints of Spring Bud #B0F90A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.24%

 BLUE value IS 10 (4.3% from 255) = 2.3%

R = 40.46%
G = 57.24%
B = 2.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#B0F90A (or 0xB0F90A) is known color: Spring Bud. HEX triplet: B0, F9 and 0A. RGB value is (176,249,10). Sum of RGB (Red+Green+Blue) = 176+249+10=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 249 (97.66% from 255 or 57.24% from 435); Blue value is 10 (4.30% from 255 or 2.30% from 435); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F90A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F90A is #4F06F5. Grayscale: #C8C8C8. Windows color (decimal): -5179126 or 719280. OLE color: 719280.

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

Color convert

RGB 176 249 10 -
CMYK 0.29 0 0.96 0.02
HSL 78.33º 0.95% 0.51% -
HSV(B) 78.33º 0.96% 0.98% -
XYZ 51.83 77 12.42 -
YUV 199.93 20.82 110.93 -
System Red Green Blue C M Y K H S L
Decimal 176 249 10 0.29 0 0.96 0.02 78.33 0.95 0.51
Hex B0 F9 A 1D 0 60 2 4E 5F 33
Octal 260 371 12 35 0 140 2 116 137 63
Binary 10110000 11111001 1010 11101 0 1100000 10 1001110 1011111 110011

Color Harmonies of #B0F90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F90A

Black with #B0F90A

Text Example


Text Example

White with #B0F90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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