Html Css Color HEX #B0E229 Inch Worm

📋 copy color: '#B0E229'

red 176 ◦ green 226 ◦ blue 41

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

Shades of Inch Worm #B0E229

Tints of Inch Worm #B0E229

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.02%

 BLUE value IS 41 (16.41% from 255) = 9.26%

R = 39.73%
G = 51.02%
B = 9.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#B0E229 (or 0xB0E229) is known color: Inch Worm. HEX triplet: B0, E2 and 29. RGB value is (176,226,41). Sum of RGB (Red+Green+Blue) = 176+226+41=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 226 (88.67% from 255 or 51.02% from 443); Blue value is 41 (16.41% from 255 or 9.26% from 443); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E229 is #4F1DD6. Grayscale: #BEBEBE. Windows color (decimal): -5184983 or 2745008. OLE color: 2745008.

HSL color Cylindrical-coordinate representation of color #B0E229: hue angle of 76.22º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0E229 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 226 41 -
CMYK 0.22 0 0.82 0.11
HSL 76.22º 0.76% 0.52% -
HSV(B) 76.22º 0.82% 0.89% -
XYZ 45.5 63.78 12.01 -
YUV 189.96 43.94 118.04 -
System Red Green Blue C M Y K H S L
Decimal 176 226 41 0.22 0 0.82 0.11 76.22 0.76 0.52
Hex B0 E2 29 16 0 52 B 4C 4C 34
Octal 260 342 51 26 0 122 13 114 114 64
Binary 10110000 11100010 101001 10110 0 1010010 1011 1001100 1001100 110100

Color Harmonies of #B0E229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E229

Black with #B0E229

Text Example


Text Example

White with #B0E229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E229; }

 p { color: rgb(176,226,41); }

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

background-color css

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

 a { background-color: rgb(176,226,41); }

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

border-color css

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

 span { border-color: rgb(176,226,41); }

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