Html Css Color HEX #B0EC1D Inch Worm

📋 copy color: '#B0EC1D'

red 176 ◦ green 236 ◦ blue 29

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

Shades of Inch Worm #B0EC1D

Tints of Inch Worm #B0EC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.58%

R = 39.91%
G = 53.51%
B = 6.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#B0EC1D (or 0xB0EC1D) is known color: Inch Worm. HEX triplet: B0, EC and 1D. RGB value is (176,236,29). Sum of RGB (Red+Green+Blue) = 176+236+29=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EC1D is #4F13E2. Grayscale: #C3C3C3. Windows color (decimal): -5182435 or 1961136. OLE color: 1961136.

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

Color convert

RGB 176 236 29 -
CMYK 0.25 0 0.88 0.07
HSL 77.39º 0.84% 0.52% -
HSV(B) 77.39º 0.88% 0.93% -
XYZ 48.12 69.31 12 -
YUV 194.46 34.62 114.83 -
System Red Green Blue C M Y K H S L
Decimal 176 236 29 0.25 0 0.88 0.07 77.39 0.84 0.52
Hex B0 EC 1D 19 0 58 7 4D 54 34
Octal 260 354 35 31 0 130 7 115 124 64
Binary 10110000 11101100 11101 11001 0 1011000 111 1001101 1010100 110100

Color Harmonies of #B0EC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EC1D

Black with #B0EC1D

Text Example


Text Example

White with #B0EC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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