Html Css Color HEX #B9FB0C Spring Bud

📋 copy color: '#B9FB0C'

red 185 ◦ green 251 ◦ blue 12

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

Shades of Spring Bud #B9FB0C

Tints of Spring Bud #B9FB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.68%

R = 41.29%
G = 56.03%
B = 2.68%

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

#B9FB0C (or 0xB9FB0C) is known color: Spring Bud. HEX triplet: B9, FB and 0C. RGB value is (185,251,12). Sum of RGB (Red+Green+Blue) = 185+251+12=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 251 (98.44% from 255 or 56.03% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FB0C is #4604F3. Grayscale: #CCCCCC. Windows color (decimal): -4588788 or 850873. OLE color: 850873.

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

Color convert

RGB 185 251 12 -
CMYK 0.26 0 0.95 0.02
HSL 76.57º 0.97% 0.52% -
HSV(B) 76.57º 0.95% 0.98% -
XYZ 54.57 79.34 12.78 -
YUV 204.02 19.63 114.43 -
System Red Green Blue C M Y K H S L
Decimal 185 251 12 0.26 0 0.95 0.02 76.57 0.97 0.52
Hex B9 FB C 1A 0 5F 2 4D 61 34
Octal 271 373 14 32 0 137 2 115 141 64
Binary 10111001 11111011 1100 11010 0 1011111 10 1001101 1100001 110100

Color Harmonies of #B9FB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FB0C

Black with #B9FB0C

Text Example


Text Example

White with #B9FB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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