Html Css Color HEX #B0EA16 Inch Worm

📋 copy color: '#B0EA16'

red 176 ◦ green 234 ◦ blue 22

#B0EA16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #B0EA16

Tints of Inch Worm #B0EA16

RGB

 RED value IS 176 (69.14% from 255) = 40.74%

 GREEN value IS 234 (91.8% from 255) = 54.17%

 BLUE value IS 22 (8.98% from 255) = 5.09%

R = 40.74%
G = 54.17%
B = 5.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#B0EA16 (or 0xB0EA16) is known color: Inch Worm. HEX triplet: B0, EA and 16. RGB value is (176,234,22). Sum of RGB (Red+Green+Blue) = 176+234+22=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 234 (91.80% from 255 or 54.17% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0EA16 is #4F15E9. Grayscale: #C1C1C1. Windows color (decimal): -5182954 or 1501872. OLE color: 1501872.

HSL color Cylindrical-coordinate representation of color #B0EA16: hue angle of 76.42º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0EA16 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 234 22 -
CMYK 0.25 0 0.91 0.08
HSL 76.42º 0.83% 0.5% -
HSV(B) 76.42º 0.91% 0.92% -
XYZ 47.47 68.13 11.41 -
YUV 192.49 31.78 116.24 -
System Red Green Blue C M Y K H S L
Decimal 176 234 22 0.25 0 0.91 0.08 76.42 0.83 0.5
Hex B0 EA 16 19 0 5B 8 4C 53 32
Octal 260 352 26 31 0 133 10 114 123 62
Binary 10110000 11101010 10110 11001 0 1011011 1000 1001100 1010011 110010

Color Harmonies of #B0EA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EA16

Black with #B0EA16

Text Example


Text Example

White with #B0EA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EA16; }

 p { color: rgb(176,234,22); }

 H1.HeaderClassName
 {
   color: #B0EA16;
 }
 .AnyTagClassName
 {
   color: #B0EA16;
 }
</style>

background-color css

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

 a { background-color: rgb(176,234,22); }

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

border-color css

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

 span { border-color: rgb(176,234,22); }

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