Html Css Color HEX #B8FA0A Spring Bud

📋 copy color: '#B8FA0A'

red 184 ◦ green 250 ◦ blue 10

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

Shades of Spring Bud #B8FA0A

Tints of Spring Bud #B8FA0A

RGB

 RED value IS 184 (72.27% from 255) = 41.44%

 GREEN value IS 250 (98.05% from 255) = 56.31%

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

R = 41.44%
G = 56.31%
B = 2.25%

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

#B8FA0A (or 0xB8FA0A) is known color: Spring Bud. HEX triplet: B8, FA and 0A. RGB value is (184,250,10). Sum of RGB (Red+Green+Blue) = 184+250+10=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 250 (98.05% from 255 or 56.31% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FA0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8FA0A is #4705F5. Grayscale: #CBCBCB. Windows color (decimal): -4654582 or 719544. OLE color: 719544.

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

Color convert

RGB 184 250 10 -
CMYK 0.26 0 0.96 0.02
HSL 76.5º 0.96% 0.51% -
HSV(B) 76.5º 0.96% 0.98% -
XYZ 54.01 78.58 12.61 -
YUV 202.91 19.13 114.51 -
System Red Green Blue C M Y K H S L
Decimal 184 250 10 0.26 0 0.96 0.02 76.5 0.96 0.51
Hex B8 FA A 1A 0 60 2 4C 60 33
Octal 270 372 12 32 0 140 2 114 140 63
Binary 10111000 11111010 1010 11010 0 1100000 10 1001100 1100000 110011

Color Harmonies of #B8FA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FA0A

Black with #B8FA0A

Text Example


Text Example

White with #B8FA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FA0A; }

 p { color: rgb(184,250,10); }

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

background-color css

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

 a { background-color: rgb(184,250,10); }

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

border-color css

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

 span { border-color: rgb(184,250,10); }

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