#B1EC0B

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

Shades of Inch Worm #B1EC0B

Tints of Inch Worm #B1EC0B

Color information

#B1EC0B (or 0xB1EC0B) is unknown color: approx Inch Worm. HEX triplet: B1, EC and 0B. RGB value is (177,236,11). Sum of RGB (Red+Green+Blue) = 177+236+11=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 236 (92.58% from 255 or 55.66% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 236 - color contains mainly: green. Hex color #B1EC0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1EC0B is #4E13F4. Grayscale: #C1C1C1. Windows color (decimal): -5116917 or 781489. OLE color: 781489.

HSL color Cylindrical-coordinate representation of color #B1EC0B: hue angle of 75.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1EC0B is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB17723611-
CMYK0.2500.950.07
HSL75.73º91.09%48.43%-
HSV(B)75.73º95.34%92.55%-
XYZ48.1969.3611.17-
YUV192.7125.45116.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 236 (92.58% from 255) = 55.66%
BLUE value IS 11 (4.69% from 255) = 2.59%
R=41.75%
G=55.66%
B=2.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal177236110.2500.950.0775.7391.0948.43
HexB1ECB1905F74c5b30
Octal26135413310137711413360
Binary10110001111011001011110010101111111110011001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EC0B; }

 p { color: rgb(177,236,11); }

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

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

 a { background-color: rgb(177,236,11); }

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

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

 span { border-color: rgb(177,236,11); }

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