Html Css Color HEX #B9FB0D Spring Bud

📋 copy color: '#B9FB0D'

red 185 ◦ green 251 ◦ blue 13

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

Shades of Spring Bud #B9FB0D

Tints of Spring Bud #B9FB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.9%

R = 41.2%
G = 55.9%
B = 2.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#B9FB0D (or 0xB9FB0D) is known color: Spring Bud. HEX triplet: B9, FB and 0D. RGB value is (185,251,13). Sum of RGB (Red+Green+Blue) = 185+251+13=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 251 (98.44% from 255 or 55.90% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FB0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FB0D is #4604F2. Grayscale: #CDCDCD. Windows color (decimal): -4588787 or 916409. OLE color: 916409.

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

Color convert

RGB 185 251 13 -
CMYK 0.26 0 0.95 0.02
HSL 76.64º 0.97% 0.52% -
HSV(B) 76.64º 0.95% 0.98% -
XYZ 54.58 79.34 12.82 -
YUV 204.13 20.13 114.35 -
System Red Green Blue C M Y K H S L
Decimal 185 251 13 0.26 0 0.95 0.02 76.64 0.97 0.52
Hex B9 FB D 1A 0 5F 2 4D 61 34
Octal 271 373 15 32 0 137 2 115 141 64
Binary 10111001 11111011 1101 11010 0 1011111 10 1001101 1100001 110100

Color Harmonies of #B9FB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FB0D

Black with #B9FB0D

Text Example


Text Example

White with #B9FB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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