#BEEA02

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

Shades of Inch Worm #BEEA02

Tints of Inch Worm #BEEA02

Color information

#BEEA02 (or 0xBEEA02) is unknown color: approx Inch Worm. HEX triplet: BE, EA and 02. RGB value is (190,234,2). Sum of RGB (Red+Green+Blue) = 190+234+2=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 234 (91.80% from 255 or 54.93% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEEA02 is #4115FD. Grayscale: #C3C3C3. Windows color (decimal): -4265470 or 191166. OLE color: 191166.

HSL color Cylindrical-coordinate representation of color #BEEA02: hue angle of 71.38º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEEA02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB1902342-
CMYK0.1900.990.08
HSL71.38º98.31%46.27%-
HSV(B)71.38º99.15%91.76%-
XYZ50.6769.810.86-
YUV194.419.42124.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 234 (91.80% from 255) = 54.93%
BLUE value IS 2 (1.17% from 255) = 0.47%
R=44.60%
G=54.93%
B=0.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal19023420.1900.990.0871.3898.3146.27
HexBEEA213063847622e
Octal27635222301431010714256
Binary1011111011101010101001101100011100010001111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEA02; }

 p { color: rgb(190,234,2); }

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

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

 a { background-color: rgb(190,234,2); }

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

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

 span { border-color: rgb(190,234,2); }

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