Html Css Color HEX #B1D80C Inch Worm

📋 copy color: '#B1D80C'

red 177 ◦ green 216 ◦ blue 12

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

Shades of Inch Worm #B1D80C

Tints of Inch Worm #B1D80C

RGB

 RED value IS 177 (69.53% from 255) = 43.7%

 GREEN value IS 216 (84.77% from 255) = 53.33%

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

R = 43.7%
G = 53.33%
B = 2.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#B1D80C (or 0xB1D80C) is known color: Inch Worm. HEX triplet: B1, D8 and 0C. RGB value is (177,216,12). Sum of RGB (Red+Green+Blue) = 177+216+12=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 216 (84.77% from 255 or 53.33% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D80C is #4E27F3. Grayscale: #B5B5B5. Windows color (decimal): -5122036 or 841905. OLE color: 841905.

HSL color Cylindrical-coordinate representation of color #B1D80C: hue angle of 71.47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1D80C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 216 12 -
CMYK 0.18 0 0.94 0.15
HSL 71.47º 0.89% 0.45% -
HSV(B) 71.47º 0.94% 0.85% -
XYZ 42.75 58.49 9.38 -
YUV 181.08 32.58 125.09 -
System Red Green Blue C M Y K H S L
Decimal 177 216 12 0.18 0 0.94 0.15 71.47 0.89 0.45
Hex B1 D8 C 12 0 5E F 47 59 2D
Octal 261 330 14 22 0 136 17 107 131 55
Binary 10110001 11011000 1100 10010 0 1011110 1111 1000111 1011001 101101

Color Harmonies of #B1D80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D80C

Black with #B1D80C

Text Example


Text Example

White with #B1D80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D80C; }

 p { color: rgb(177,216,12); }

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

background-color css

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

 a { background-color: rgb(177,216,12); }

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

border-color css

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

 span { border-color: rgb(177,216,12); }

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