Html Css Color HEX #B0D50C Inch Worm

📋 copy color: '#B0D50C'

red 176 ◦ green 213 ◦ blue 12

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

Shades of Inch Worm #B0D50C

Tints of Inch Worm #B0D50C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.12%

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 43.89%
G = 53.12%
B = 2.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#B0D50C (or 0xB0D50C) is known color: Inch Worm. HEX triplet: B0, D5 and 0C. RGB value is (176,213,12). Sum of RGB (Red+Green+Blue) = 176+213+12=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D50C is #4F2AF3. Grayscale: #B3B3B3. Windows color (decimal): -5188340 or 841136. OLE color: 841136.

HSL color Cylindrical-coordinate representation of color #B0D50C: hue angle of 71.04º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0D50C is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 213 12 -
CMYK 0.17 0 0.94 0.16
HSL 71.04º 0.89% 0.44% -
HSV(B) 71.04º 0.94% 0.84% -
XYZ 41.77 56.85 9.12 -
YUV 179.02 33.74 125.84 -
System Red Green Blue C M Y K H S L
Decimal 176 213 12 0.17 0 0.94 0.16 71.04 0.89 0.44
Hex B0 D5 C 11 0 5E 10 47 59 2C
Octal 260 325 14 21 0 136 20 107 131 54
Binary 10110000 11010101 1100 10001 0 1011110 10000 1000111 1011001 101100

Color Harmonies of #B0D50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D50C

Black with #B0D50C

Text Example


Text Example

White with #B0D50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D50C; }

 p { color: rgb(176,213,12); }

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

background-color css

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

 a { background-color: rgb(176,213,12); }

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

border-color css

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

 span { border-color: rgb(176,213,12); }

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