Html Css Color HEX #B6DB1E Inch Worm

📋 copy color: '#B6DB1E'

red 182 ◦ green 219 ◦ blue 30

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

Shades of Inch Worm #B6DB1E

Tints of Inch Worm #B6DB1E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.81%

 BLUE value IS 30 (12.11% from 255) = 6.96%

R = 42.23%
G = 50.81%
B = 6.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#B6DB1E (or 0xB6DB1E) is known color: Inch Worm. HEX triplet: B6, DB and 1E. RGB value is (182,219,30). Sum of RGB (Red+Green+Blue) = 182+219+30=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DB1E is #4924E1. Grayscale: #BBBBBB. Windows color (decimal): -4793570 or 2022326. OLE color: 2022326.

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

Color convert

RGB 182 219 30 -
CMYK 0.17 0 0.86 0.14
HSL 71.75º 0.76% 0.49% -
HSV(B) 71.75º 0.86% 0.86% -
XYZ 44.86 60.7 10.58 -
YUV 186.39 39.74 124.87 -
System Red Green Blue C M Y K H S L
Decimal 182 219 30 0.17 0 0.86 0.14 71.75 0.76 0.49
Hex B6 DB 1E 11 0 56 E 48 4C 31
Octal 266 333 36 21 0 126 16 110 114 61
Binary 10110110 11011011 11110 10001 0 1010110 1110 1001000 1001100 110001

Color Harmonies of #B6DB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DB1E

Black with #B6DB1E

Text Example


Text Example

White with #B6DB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DB1E; }

 p { color: rgb(182,219,30); }

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

background-color css

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

 a { background-color: rgb(182,219,30); }

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

border-color css

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

 span { border-color: rgb(182,219,30); }

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