Html Css Color HEX #B0E01C Inch Worm

📋 copy color: '#B0E01C'

red 176 ◦ green 224 ◦ blue 28

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

Shades of Inch Worm #B0E01C

Tints of Inch Worm #B0E01C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.34%

 BLUE value IS 28 (11.33% from 255) = 6.54%

R = 41.12%
G = 52.34%
B = 6.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#B0E01C (or 0xB0E01C) is known color: Inch Worm. HEX triplet: B0, E0 and 1C. RGB value is (176,224,28). Sum of RGB (Red+Green+Blue) = 176+224+28=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 224 (87.89% from 255 or 52.34% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E01C is #4F1FE3. Grayscale: #BCBCBC. Windows color (decimal): -5185508 or 1892528. OLE color: 1892528.

HSL color Cylindrical-coordinate representation of color #B0E01C: hue angle of 74.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0E01C is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 224 28 -
CMYK 0.21 0 0.88 0.12
HSL 74.69º 0.78% 0.49% -
HSV(B) 74.69º 0.88% 0.88% -
XYZ 44.77 62.63 10.83 -
YUV 187.3 38.1 119.94 -
System Red Green Blue C M Y K H S L
Decimal 176 224 28 0.21 0 0.88 0.12 74.69 0.78 0.49
Hex B0 E0 1C 15 0 58 C 4B 4E 31
Octal 260 340 34 25 0 130 14 113 116 61
Binary 10110000 11100000 11100 10101 0 1011000 1100 1001011 1001110 110001

Color Harmonies of #B0E01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E01C

Black with #B0E01C

Text Example


Text Example

White with #B0E01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E01C; }

 p { color: rgb(176,224,28); }

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

background-color css

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

 a { background-color: rgb(176,224,28); }

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

border-color css

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

 span { border-color: rgb(176,224,28); }

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