Html Css Color HEX #B9DF1F Inch Worm

📋 copy color: '#B9DF1F'

red 185 ◦ green 223 ◦ blue 31

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

Shades of Inch Worm #B9DF1F

Tints of Inch Worm #B9DF1F

RGB

 RED value IS 185 (72.66% from 255) = 42.14%

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

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

R = 42.14%
G = 50.8%
B = 7.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#B9DF1F (or 0xB9DF1F) is known color: Inch Worm. HEX triplet: B9, DF and 1F. RGB value is (185,223,31). Sum of RGB (Red+Green+Blue) = 185+223+31=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 31 (12.5% from 255 or 7.06% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DF1F is #4620E0. Grayscale: #BEBEBE. Windows color (decimal): -4595937 or 2088889. OLE color: 2088889.

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

Color convert

RGB 185 223 31 -
CMYK 0.17 0 0.86 0.13
HSL 71.88º 0.76% 0.5% -
HSV(B) 71.88º 0.86% 0.87% -
XYZ 46.64 63.19 11.03 -
YUV 189.75 38.41 124.61 -
System Red Green Blue C M Y K H S L
Decimal 185 223 31 0.17 0 0.86 0.13 71.88 0.76 0.5
Hex B9 DF 1F 11 0 56 D 48 4C 32
Octal 271 337 37 21 0 126 15 110 114 62
Binary 10111001 11011111 11111 10001 0 1010110 1101 1001000 1001100 110010

Color Harmonies of #B9DF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DF1F

Black with #B9DF1F

Text Example


Text Example

White with #B9DF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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