Html Css Color HEX #B2FA0A Spring Bud

📋 copy color: '#B2FA0A'

red 178 ◦ green 250 ◦ blue 10

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

Shades of Spring Bud #B2FA0A

Tints of Spring Bud #B2FA0A

RGB

 RED value IS 178 (69.92% from 255) = 40.64%

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

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

R = 40.64%
G = 57.08%
B = 2.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#B2FA0A (or 0xB2FA0A) is known color: Spring Bud. HEX triplet: B2, FA and 0A. RGB value is (178,250,10). Sum of RGB (Red+Green+Blue) = 178+250+10=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 250 (98.05% from 255 or 57.08% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FA0A is #4D05F5. Grayscale: #CACACA. Windows color (decimal): -5047798 or 719538. OLE color: 719538.

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

Color convert

RGB 178 250 10 -
CMYK 0.29 0 0.96 0.02
HSL 78º 0.96% 0.51% -
HSV(B) 78º 0.96% 0.98% -
XYZ 52.6 77.86 12.54 -
YUV 201.11 20.15 111.51 -
System Red Green Blue C M Y K H S L
Decimal 178 250 10 0.29 0 0.96 0.02 78 0.96 0.51
Hex B2 FA A 1D 0 60 2 4E 60 33
Octal 262 372 12 35 0 140 2 116 140 63
Binary 10110010 11111010 1010 11101 0 1100000 10 1001110 1100000 110011

Color Harmonies of #B2FA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FA0A

Black with #B2FA0A

Text Example


Text Example

White with #B2FA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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