Html Css Color HEX #B9FE0C Spring Bud

📋 copy color: '#B9FE0C'

red 185 ◦ green 254 ◦ blue 12

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

Shades of Spring Bud #B9FE0C

Tints of Spring Bud #B9FE0C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.32%

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

R = 41.02%
G = 56.32%
B = 2.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#B9FE0C (or 0xB9FE0C) is known color: Spring Bud. HEX triplet: B9, FE and 0C. RGB value is (185,254,12). Sum of RGB (Red+Green+Blue) = 185+254+12=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 254 (99.61% from 255 or 56.32% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FE0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FE0C is #4601F3. Grayscale: #CECECE. Windows color (decimal): -4588020 or 851641. OLE color: 851641.

HSL color Cylindrical-coordinate representation of color #B9FE0C: hue angle of 77.11º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9FE0C is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 254 12 -
CMYK 0.27 0 0.95 0.00
HSL 77.11º 0.99% 0.52% -
HSV(B) 77.11º 0.95% 1% -
XYZ 55.52 81.22 13.1 -
YUV 205.78 18.64 113.18 -
System Red Green Blue C M Y K H S L
Decimal 185 254 12 0.27 0 0.95 0.00 77.11 0.99 0.52
Hex B9 FE C 1B 0 5F 0 4D 63 34
Octal 271 376 14 33 0 137 0 115 143 64
Binary 10111001 11111110 1100 11011 0 1011111 0 1001101 1100011 110100

Color Harmonies of #B9FE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FE0C

Black with #B9FE0C

Text Example


Text Example

White with #B9FE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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