Html Css Color HEX #B6FA02 Spring Bud

📋 copy color: '#B6FA02'

red 182 ◦ green 250 ◦ blue 2

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

Shades of Spring Bud #B6FA02

Tints of Spring Bud #B6FA02

RGB

 RED value IS 182 (71.48% from 255) = 41.94%

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 41.94%
G = 57.6%
B = 0.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#B6FA02 (or 0xB6FA02) is known color: Spring Bud. HEX triplet: B6, FA and 02. RGB value is (182,250,2). Sum of RGB (Red+Green+Blue) = 182+250+2=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 250 (98.05% from 255 or 57.60% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FA02 is #4905FD. Grayscale: #CACACA. Windows color (decimal): -4785662 or 195254. OLE color: 195254.

HSL color Cylindrical-coordinate representation of color #B6FA02: hue angle of 76.45º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6FA02 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 250 2 -
CMYK 0.27 0 0.99 0.02
HSL 76.45º 0.98% 0.49% -
HSV(B) 76.45º 0.99% 0.98% -
XYZ 53.49 78.32 12.36 -
YUV 201.4 15.47 114.17 -
System Red Green Blue C M Y K H S L
Decimal 182 250 2 0.27 0 0.99 0.02 76.45 0.98 0.49
Hex B6 FA 2 1B 0 63 2 4C 62 31
Octal 266 372 2 33 0 143 2 114 142 61
Binary 10110110 11111010 10 11011 0 1100011 10 1001100 1100010 110001

Color Harmonies of #B6FA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FA02

Black with #B6FA02

Text Example


Text Example

White with #B6FA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FA02; }

 p { color: rgb(182,250,2); }

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

background-color css

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

 a { background-color: rgb(182,250,2); }

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

border-color css

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

 span { border-color: rgb(182,250,2); }

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