Html Css Color HEX #B7DC1C Inch Worm

📋 copy color: '#B7DC1C'

red 183 ◦ green 220 ◦ blue 28

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

Shades of Inch Worm #B7DC1C

Tints of Inch Worm #B7DC1C

RGB

 RED value IS 183 (71.88% from 255) = 42.46%

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

 BLUE value IS 28 (11.33% from 255) = 6.5%

R = 42.46%
G = 51.04%
B = 6.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#B7DC1C (or 0xB7DC1C) is known color: Inch Worm. HEX triplet: B7, DC and 1C. RGB value is (183,220,28). Sum of RGB (Red+Green+Blue) = 183+220+28=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DC1C is #4823E3. Grayscale: #BBBBBB. Windows color (decimal): -4727780 or 1891511. OLE color: 1891511.

HSL color Cylindrical-coordinate representation of color #B7DC1C: hue angle of 71.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7DC1C is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 220 28 -
CMYK 0.17 0 0.87 0.14
HSL 71.56º 0.77% 0.49% -
HSV(B) 71.56º 0.87% 0.86% -
XYZ 45.33 61.34 10.55 -
YUV 187.05 38.24 125.11 -
System Red Green Blue C M Y K H S L
Decimal 183 220 28 0.17 0 0.87 0.14 71.56 0.77 0.49
Hex B7 DC 1C 11 0 57 E 48 4D 31
Octal 267 334 34 21 0 127 16 110 115 61
Binary 10110111 11011100 11100 10001 0 1010111 1110 1001000 1001101 110001

Color Harmonies of #B7DC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DC1C

Black with #B7DC1C

Text Example


Text Example

White with #B7DC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DC1C; }

 p { color: rgb(183,220,28); }

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

background-color css

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

 a { background-color: rgb(183,220,28); }

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

border-color css

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

 span { border-color: rgb(183,220,28); }

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