Html Css Color HEX #B1D20C Inch Worm

📋 copy color: '#B1D20C'

red 177 ◦ green 210 ◦ blue 12

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

Shades of Inch Worm #B1D20C

Tints of Inch Worm #B1D20C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.63%

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

R = 44.36%
G = 52.63%
B = 3.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#B1D20C (or 0xB1D20C) is known color: Inch Worm. HEX triplet: B1, D2 and 0C. RGB value is (177,210,12). Sum of RGB (Red+Green+Blue) = 177+210+12=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D20C is #4E2DF3. Grayscale: #B2B2B2. Windows color (decimal): -5123572 or 840369. OLE color: 840369.

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

Color convert

RGB 177 210 12 -
CMYK 0.16 0 0.94 0.18
HSL 70º 0.89% 0.44% -
HSV(B) 70º 0.94% 0.82% -
XYZ 41.24 55.47 8.88 -
YUV 177.56 34.57 127.6 -
System Red Green Blue C M Y K H S L
Decimal 177 210 12 0.16 0 0.94 0.18 70 0.89 0.44
Hex B1 D2 C 10 0 5E 12 46 59 2C
Octal 261 322 14 20 0 136 22 106 131 54
Binary 10110001 11010010 1100 10000 0 1011110 10010 1000110 1011001 101100

Color Harmonies of #B1D20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D20C

Black with #B1D20C

Text Example


Text Example

White with #B1D20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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