Html Css Color HEX #B6FA06 Spring Bud

📋 copy color: '#B6FA06'

red 182 ◦ green 250 ◦ blue 6

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

Shades of Spring Bud #B6FA06

Tints of Spring Bud #B6FA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 41.55%
G = 57.08%
B = 1.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#B6FA06 (or 0xB6FA06) is known color: Spring Bud. HEX triplet: B6, FA and 06. RGB value is (182,250,6). Sum of RGB (Red+Green+Blue) = 182+250+6=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 250 (98.05% from 255 or 57.08% from 438); Blue value is 6 (2.73% from 255 or 1.37% from 438); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FA06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FA06 is #4905F9. Grayscale: #CACACA. Windows color (decimal): -4785658 or 457398. OLE color: 457398.

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

Color convert

RGB 182 250 6 -
CMYK 0.27 0 0.98 0.02
HSL 76.72º 0.96% 0.5% -
HSV(B) 76.72º 0.98% 0.98% -
XYZ 53.51 78.33 12.47 -
YUV 201.85 17.47 113.84 -
System Red Green Blue C M Y K H S L
Decimal 182 250 6 0.27 0 0.98 0.02 76.72 0.96 0.5
Hex B6 FA 6 1B 0 62 2 4D 60 32
Octal 266 372 6 33 0 142 2 115 140 62
Binary 10110110 11111010 110 11011 0 1100010 10 1001101 1100000 110010

Color Harmonies of #B6FA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FA06

Black with #B6FA06

Text Example


Text Example

White with #B6FA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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