Html Css Color HEX #B7DC16 Inch Worm

📋 copy color: '#B7DC16'

red 183 ◦ green 220 ◦ blue 22

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

Shades of Inch Worm #B7DC16

Tints of Inch Worm #B7DC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.18%

R = 43.06%
G = 51.76%
B = 5.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#B7DC16 (or 0xB7DC16) is known color: Inch Worm. HEX triplet: B7, DC and 16. RGB value is (183,220,22). Sum of RGB (Red+Green+Blue) = 183+220+22=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DC16 is #4823E9. Grayscale: #BBBBBB. Windows color (decimal): -4727786 or 1498295. OLE color: 1498295.

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

Color convert

RGB 183 220 22 -
CMYK 0.17 0 0.9 0.14
HSL 71.21º 0.82% 0.47% -
HSV(B) 71.21º 0.9% 0.86% -
XYZ 45.27 61.31 10.21 -
YUV 186.37 35.24 125.6 -
System Red Green Blue C M Y K H S L
Decimal 183 220 22 0.17 0 0.9 0.14 71.21 0.82 0.47
Hex B7 DC 16 11 0 5A E 47 52 2F
Octal 267 334 26 21 0 132 16 107 122 57
Binary 10110111 11011100 10110 10001 0 1011010 1110 1000111 1010010 101111

Color Harmonies of #B7DC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DC16

Black with #B7DC16

Text Example


Text Example

White with #B7DC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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