Html Css Color HEX #B9FB0B Spring Bud

📋 copy color: '#B9FB0B'

red 185 ◦ green 251 ◦ blue 11

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

Shades of Spring Bud #B9FB0B

Tints of Spring Bud #B9FB0B

RGB

 RED value IS 185 (72.66% from 255) = 41.39%

 GREEN value IS 251 (98.44% from 255) = 56.15%

 BLUE value IS 11 (4.69% from 255) = 2.46%

R = 41.39%
G = 56.15%
B = 2.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#B9FB0B (or 0xB9FB0B) is known color: Spring Bud. HEX triplet: B9, FB and 0B. RGB value is (185,251,11). Sum of RGB (Red+Green+Blue) = 185+251+11=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 251 (98.44% from 255 or 56.15% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FB0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FB0B is #4604F4. Grayscale: #CCCCCC. Windows color (decimal): -4588789 or 785337. OLE color: 785337.

HSL color Cylindrical-coordinate representation of color #B9FB0B: hue angle of 76.5º degrees, saturation: 0.97, 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 #B9FB0B is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 251 11 -
CMYK 0.26 0 0.96 0.02
HSL 76.5º 0.97% 0.51% -
HSV(B) 76.5º 0.96% 0.98% -
XYZ 54.57 79.33 12.75 -
YUV 203.91 19.13 114.51 -
System Red Green Blue C M Y K H S L
Decimal 185 251 11 0.26 0 0.96 0.02 76.5 0.97 0.51
Hex B9 FB B 1A 0 60 2 4C 61 33
Octal 271 373 13 32 0 140 2 114 141 63
Binary 10111001 11111011 1011 11010 0 1100000 10 1001100 1100001 110011

Color Harmonies of #B9FB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FB0B

Black with #B9FB0B

Text Example


Text Example

White with #B9FB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FB0B; }

 p { color: rgb(185,251,11); }

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

background-color css

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

 a { background-color: rgb(185,251,11); }

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

border-color css

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

 span { border-color: rgb(185,251,11); }

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