Html Css Color HEX #B0EC0D Inch Worm

📋 copy color: '#B0EC0D'

red 176 ◦ green 236 ◦ blue 13

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

Shades of Inch Worm #B0EC0D

Tints of Inch Worm #B0EC0D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 55.53%

 BLUE value IS 13 (5.47% from 255) = 3.06%

R = 41.41%
G = 55.53%
B = 3.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#B0EC0D (or 0xB0EC0D) is known color: Inch Worm. HEX triplet: B0, EC and 0D. RGB value is (176,236,13). Sum of RGB (Red+Green+Blue) = 176+236+13=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 236 (92.58% from 255 or 55.53% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0EC0D is #4F13F2. Grayscale: #C1C1C1. Windows color (decimal): -5182451 or 912560. OLE color: 912560.

HSL color Cylindrical-coordinate representation of color #B0EC0D: hue angle of 76.14º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0EC0D is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 236 13 -
CMYK 0.25 0 0.94 0.07
HSL 76.14º 0.9% 0.49% -
HSV(B) 76.14º 0.94% 0.93% -
XYZ 47.97 69.25 11.22 -
YUV 192.64 26.62 116.13 -
System Red Green Blue C M Y K H S L
Decimal 176 236 13 0.25 0 0.94 0.07 76.14 0.9 0.49
Hex B0 EC D 19 0 5E 7 4C 5A 31
Octal 260 354 15 31 0 136 7 114 132 61
Binary 10110000 11101100 1101 11001 0 1011110 111 1001100 1011010 110001

Color Harmonies of #B0EC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EC0D

Black with #B0EC0D

Text Example


Text Example

White with #B0EC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EC0D; }

 p { color: rgb(176,236,13); }

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

background-color css

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

 a { background-color: rgb(176,236,13); }

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

border-color css

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

 span { border-color: rgb(176,236,13); }

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