Html Css Color HEX #B1DC1B Inch Worm

📋 copy color: '#B1DC1B'

red 177 ◦ green 220 ◦ blue 27

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

Shades of Inch Worm #B1DC1B

Tints of Inch Worm #B1DC1B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.89%

 BLUE value IS 27 (10.94% from 255) = 6.37%

R = 41.75%
G = 51.89%
B = 6.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#B1DC1B (or 0xB1DC1B) is known color: Inch Worm. HEX triplet: B1, DC and 1B. RGB value is (177,220,27). Sum of RGB (Red+Green+Blue) = 177+220+27=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DC1B is #4E23E4. Grayscale: #B9B9B9. Windows color (decimal): -5120997 or 1825969. OLE color: 1825969.

HSL color Cylindrical-coordinate representation of color #B1DC1B: hue angle of 73.37º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1DC1B is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 220 27 -
CMYK 0.20 0 0.88 0.14
HSL 73.37º 0.78% 0.48% -
HSV(B) 73.37º 0.88% 0.86% -
XYZ 43.92 60.61 10.42 -
YUV 185.14 38.75 122.19 -
System Red Green Blue C M Y K H S L
Decimal 177 220 27 0.20 0 0.88 0.14 73.37 0.78 0.48
Hex B1 DC 1B 14 0 58 E 49 4E 30
Octal 261 334 33 24 0 130 16 111 116 60
Binary 10110001 11011100 11011 10100 0 1011000 1110 1001001 1001110 110000

Color Harmonies of #B1DC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DC1B

Black with #B1DC1B

Text Example


Text Example

White with #B1DC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DC1B; }

 p { color: rgb(177,220,27); }

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

background-color css

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

 a { background-color: rgb(177,220,27); }

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

border-color css

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

 span { border-color: rgb(177,220,27); }

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