Html Css Color HEX #B6F206 Spring Bud

📋 copy color: '#B6F206'

red 182 ◦ green 242 ◦ blue 6

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

Shades of Spring Bud #B6F206

Tints of Spring Bud #B6F206

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.28%

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

R = 42.33%
G = 56.28%
B = 1.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#B6F206 (or 0xB6F206) is known color: Spring Bud. HEX triplet: B6, F2 and 06. RGB value is (182,242,6). Sum of RGB (Red+Green+Blue) = 182+242+6=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 242 (94.92% from 255 or 56.28% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F206 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6F206 is #490DF9. Grayscale: #C6C6C6. Windows color (decimal): -4787706 or 455350. OLE color: 455350.

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

Color convert

RGB 182 242 6 -
CMYK 0.25 0 0.98 0.05
HSL 75.25º 0.95% 0.49% -
HSV(B) 75.25º 0.98% 0.95% -
XYZ 51.08 73.46 11.66 -
YUV 197.16 20.12 117.19 -
System Red Green Blue C M Y K H S L
Decimal 182 242 6 0.25 0 0.98 0.05 75.25 0.95 0.49
Hex B6 F2 6 19 0 62 5 4B 5F 31
Octal 266 362 6 31 0 142 5 113 137 61
Binary 10110110 11110010 110 11001 0 1100010 101 1001011 1011111 110001

Color Harmonies of #B6F206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F206

Black with #B6F206

Text Example


Text Example

White with #B6F206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F206; }

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

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

background-color css

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

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

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

border-color css

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

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

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