Html Css Color HEX #B6DF1F Inch Worm

📋 copy color: '#B6DF1F'

red 182 ◦ green 223 ◦ blue 31

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

Shades of Inch Worm #B6DF1F

Tints of Inch Worm #B6DF1F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.15%

 BLUE value IS 31 (12.5% from 255) = 7.11%

R = 41.74%
G = 51.15%
B = 7.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#B6DF1F (or 0xB6DF1F) is known color: Inch Worm. HEX triplet: B6, DF and 1F. RGB value is (182,223,31). Sum of RGB (Red+Green+Blue) = 182+223+31=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DF1F is #4920E0. Grayscale: #BDBDBD. Windows color (decimal): -4792545 or 2088886. OLE color: 2088886.

HSL color Cylindrical-coordinate representation of color #B6DF1F: hue angle of 72.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6DF1F is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 223 31 -
CMYK 0.18 0 0.86 0.13
HSL 72.81º 0.76% 0.5% -
HSV(B) 72.81º 0.86% 0.87% -
XYZ 45.93 62.82 11 -
YUV 188.85 38.92 123.11 -
System Red Green Blue C M Y K H S L
Decimal 182 223 31 0.18 0 0.86 0.13 72.81 0.76 0.5
Hex B6 DF 1F 12 0 56 D 49 4C 32
Octal 266 337 37 22 0 126 15 111 114 62
Binary 10110110 11011111 11111 10010 0 1010110 1101 1001001 1001100 110010

Color Harmonies of #B6DF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DF1F

Black with #B6DF1F

Text Example


Text Example

White with #B6DF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DF1F; }

 p { color: rgb(182,223,31); }

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

background-color css

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

 a { background-color: rgb(182,223,31); }

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

border-color css

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

 span { border-color: rgb(182,223,31); }

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