Html Css Color HEX #B6DC16 Inch Worm

📋 copy color: '#B6DC16'

red 182 ◦ green 220 ◦ blue 22

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

Shades of Inch Worm #B6DC16

Tints of Inch Worm #B6DC16

RGB

 RED value IS 182 (71.48% from 255) = 42.92%

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

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

R = 42.92%
G = 51.89%
B = 5.19%

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

#B6DC16 (or 0xB6DC16) is known color: Inch Worm. HEX triplet: B6, DC and 16. RGB value is (182,220,22). Sum of RGB (Red+Green+Blue) = 182+220+22=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6DC16 is #4923E9. Grayscale: #BABABA. Windows color (decimal): -4793322 or 1498294. OLE color: 1498294.

HSL color Cylindrical-coordinate representation of color #B6DC16: hue angle of 71.52º 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 #B6DC16 is Cyan = 0.17, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 220 22 -
CMYK 0.17 0 0.9 0.14
HSL 71.52º 0.82% 0.47% -
HSV(B) 71.52º 0.9% 0.86% -
XYZ 45.03 61.19 10.2 -
YUV 186.07 35.41 125.1 -
System Red Green Blue C M Y K H S L
Decimal 182 220 22 0.17 0 0.9 0.14 71.52 0.82 0.47
Hex B6 DC 16 11 0 5A E 48 52 2F
Octal 266 334 26 21 0 132 16 110 122 57
Binary 10110110 11011100 10110 10001 0 1011010 1110 1001000 1010010 101111

Color Harmonies of #B6DC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DC16

Black with #B6DC16

Text Example


Text Example

White with #B6DC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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