#BEE31B

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

Shades of Inch Worm #BEE31B

Tints of Inch Worm #BEE31B

Color information

#BEE31B (or 0xBEE31B) is unknown color: approx Inch Worm. HEX triplet: BE, E3 and 1B. RGB value is (190,227,27). Sum of RGB (Red+Green+Blue) = 190+227+27=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 27 (10.94% from 255 or 6.08% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE31B is #411CE4. Grayscale: #C1C1C1. Windows color (decimal): -4267237 or 1827774. OLE color: 1827774.

HSL color Cylindrical-coordinate representation of color #BEE31B: hue angle of 71.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEE31B is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB19022727-
CMYK0.1600.880.11
HSL71.1º78.74%49.8%-
HSV(B)71.1º88.11%89.02%-
XYZ48.965.9611.19-
YUV193.1434.24125.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 227 (89.06% from 255) = 51.13%
BLUE value IS 27 (10.94% from 255) = 6.08%
R=42.79%
G=51.13%
B=6.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal190227270.1600.880.1171.178.7449.8
HexBEE31B10058B474f32
Octal276343332001301310711762
Binary1011111011100011110111000001011000101110001111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE31B; }

 p { color: rgb(190,227,27); }

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

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

 a { background-color: rgb(190,227,27); }

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

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

 span { border-color: rgb(190,227,27); }

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