Html Css Color HEX #B9FE0A Spring Bud

📋 copy color: '#B9FE0A'

red 185 ◦ green 254 ◦ blue 10

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

Shades of Spring Bud #B9FE0A

Tints of Spring Bud #B9FE0A

RGB

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

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

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

R = 41.2%
G = 56.57%
B = 2.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#B9FE0A (or 0xB9FE0A) is known color: Spring Bud. HEX triplet: B9, FE and 0A. RGB value is (185,254,10). Sum of RGB (Red+Green+Blue) = 185+254+10=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 254 (99.61% from 255 or 56.57% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FE0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FE0A is #4601F5. Grayscale: #CECECE. Windows color (decimal): -4588022 or 720569. OLE color: 720569.

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

Color convert

RGB 185 254 10 -
CMYK 0.27 0 0.96 0.00
HSL 76.97º 0.99% 0.52% -
HSV(B) 76.97º 0.96% 1% -
XYZ 55.5 81.22 13.04 -
YUV 205.55 17.64 113.34 -
System Red Green Blue C M Y K H S L
Decimal 185 254 10 0.27 0 0.96 0.00 76.97 0.99 0.52
Hex B9 FE A 1B 0 60 0 4D 63 34
Octal 271 376 12 33 0 140 0 115 143 64
Binary 10111001 11111110 1010 11011 0 1100000 0 1001101 1100011 110100

Color Harmonies of #B9FE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FE0A

Black with #B9FE0A

Text Example


Text Example

White with #B9FE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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