Html Css Color HEX #B0E321 Inch Worm

📋 copy color: '#B0E321'

red 176 ◦ green 227 ◦ blue 33

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

Shades of Inch Worm #B0E321

Tints of Inch Worm #B0E321

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.06%

 BLUE value IS 33 (13.28% from 255) = 7.57%

R = 40.37%
G = 52.06%
B = 7.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#B0E321 (or 0xB0E321) is known color: Inch Worm. HEX triplet: B0, E3 and 21. RGB value is (176,227,33). Sum of RGB (Red+Green+Blue) = 176+227+33=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 227 (89.06% from 255 or 52.06% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E321 is #4F1CDE. Grayscale: #BEBEBE. Windows color (decimal): -5184735 or 2220976. OLE color: 2220976.

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

Color convert

RGB 176 227 33 -
CMYK 0.22 0 0.85 0.11
HSL 75.77º 0.78% 0.51% -
HSV(B) 75.77º 0.85% 0.89% -
XYZ 45.65 64.28 11.44 -
YUV 189.64 39.6 118.27 -
System Red Green Blue C M Y K H S L
Decimal 176 227 33 0.22 0 0.85 0.11 75.77 0.78 0.51
Hex B0 E3 21 16 0 55 B 4C 4E 33
Octal 260 343 41 26 0 125 13 114 116 63
Binary 10110000 11100011 100001 10110 0 1010101 1011 1001100 1001110 110011

Color Harmonies of #B0E321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E321

Black with #B0E321

Text Example


Text Example

White with #B0E321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E321; }

 p { color: rgb(176,227,33); }

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

background-color css

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

 a { background-color: rgb(176,227,33); }

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

border-color css

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

 span { border-color: rgb(176,227,33); }

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