Html Css Color HEX #B9DB1E Inch Worm

📋 copy color: '#B9DB1E'

red 185 ◦ green 219 ◦ blue 30

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

Shades of Inch Worm #B9DB1E

Tints of Inch Worm #B9DB1E

RGB

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

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

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

R = 42.63%
G = 50.46%
B = 6.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#B9DB1E (or 0xB9DB1E) is known color: Inch Worm. HEX triplet: B9, DB and 1E. RGB value is (185,219,30). Sum of RGB (Red+Green+Blue) = 185+219+30=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DB1E is #4624E1. Grayscale: #BCBCBC. Windows color (decimal): -4596962 or 2022329. OLE color: 2022329.

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

Color convert

RGB 185 219 30 -
CMYK 0.16 0 0.86 0.14
HSL 70.79º 0.76% 0.49% -
HSV(B) 70.79º 0.86% 0.86% -
XYZ 45.57 61.07 10.61 -
YUV 187.29 39.24 126.37 -
System Red Green Blue C M Y K H S L
Decimal 185 219 30 0.16 0 0.86 0.14 70.79 0.76 0.49
Hex B9 DB 1E 10 0 56 E 47 4C 31
Octal 271 333 36 20 0 126 16 107 114 61
Binary 10111001 11011011 11110 10000 0 1010110 1110 1000111 1001100 110001

Color Harmonies of #B9DB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DB1E

Black with #B9DB1E

Text Example


Text Example

White with #B9DB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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