#B6F908

Color #B6F908 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #B6F908

Tints of Spring Bud #B6F908

Color information

#B6F908 (or 0xB6F908) is unknown color: approx Spring Bud. HEX triplet: B6, F9 and 08. RGB value is (182,249,8). Sum of RGB (Red+Green+Blue) = 182+249+8=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 249 (97.66% from 255 or 56.72% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6F908 is #4906F7. Grayscale: #CACACA. Windows color (decimal): -4785912 or 588214. OLE color: 588214.

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

Color convert

RGB1822498-
CMYK0.2700.970.02
HSL76.68º95.26%50.39%-
HSV(B)76.68º96.79%97.65%-
XYZ53.2177.7112.43-
YUV201.4918.8114.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 249 (97.66% from 255) = 56.72%
BLUE value IS 8 (3.52% from 255) = 1.82%
R=41.46%
G=56.72%
B=1.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal18224980.2700.970.0276.6895.2650.39
HexB6F981B06124d5f32
Octal26637110330141211513762
Binary1011011011111001100011011011000011010011011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F908; }

 p { color: rgb(182,249,8); }

 H1.HeaderClassName
 {
   color: #B6F908;
 }
 .AnyTagClassName
 {
   color: #B6F908;
 }
</style>
background-color css

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

 a { background-color: rgb(182,249,8); }

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

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

 span { border-color: rgb(182,249,8); }

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