#b6ea0f

Color #B6EA0F Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #B6EA0F

Tints of Inch Worm #B6EA0F

Color information

#B6EA0F (or 0xB6EA0F) is unknown color: approx Inch Worm. HEX triplet: B6, EA and 0F. RGB value is (182,234,15). Sum of RGB (Red+Green+Blue) = 182+234+15=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 234 (91.80% from 255 or 54.29% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 234 - color contains mainly: green. Hex color #B6EA0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6EA0F is #4915F0. Grayscale: #C2C2C2. Windows color (decimal): -4789745 or 1043126. OLE color: 1043126.

HSL color Cylindrical-coordinate representation of color #B6EA0F: hue angle of 74.25º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B6EA0F is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB18223415-
CMYK0.2200.940.08
HSL74.25º87.95%48.82%-
HSV(B)74.25º93.59%91.76%-
XYZ48.868.8311.16-
YUV193.4927.27119.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 234 (91.80% from 255) = 54.29%
BLUE value IS 15 (6.25% from 255) = 3.48%
R=42.23%
G=54.29%
B=3.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal182234150.2200.940.0874.2587.9548.82
HexB6EAF1605E84a5831
Octal266352172601361011213061
Binary101101101110101011111011001011110100010010101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6ea0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6ea0f; }

 p { color: rgb(182,234,15); }

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

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

 a { background-color: rgb(182,234,15); }

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

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

 span { border-color: rgb(182,234,15); }

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