Html Css Color HEX #B9DC1A Inch Worm

📋 copy color: '#B9DC1A'

red 185 ◦ green 220 ◦ blue 26

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

Shades of Inch Worm #B9DC1A

Tints of Inch Worm #B9DC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.03%

R = 42.92%
G = 51.04%
B = 6.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#B9DC1A (or 0xB9DC1A) is known color: Inch Worm. HEX triplet: B9, DC and 1A. RGB value is (185,220,26). Sum of RGB (Red+Green+Blue) = 185+220+26=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DC1A is #4623E5. Grayscale: #BCBCBC. Windows color (decimal): -4596710 or 1760441. OLE color: 1760441.

HSL color Cylindrical-coordinate representation of color #B9DC1A: hue angle of 70.82º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9DC1A is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 26 -
CMYK 0.16 0 0.88 0.14
HSL 70.82º 0.79% 0.48% -
HSV(B) 70.82º 0.88% 0.86% -
XYZ 45.79 61.58 10.45 -
YUV 187.42 36.9 126.27 -
System Red Green Blue C M Y K H S L
Decimal 185 220 26 0.16 0 0.88 0.14 70.82 0.79 0.48
Hex B9 DC 1A 10 0 58 E 47 4F 30
Octal 271 334 32 20 0 130 16 107 117 60
Binary 10111001 11011100 11010 10000 0 1011000 1110 1000111 1001111 110000

Color Harmonies of #B9DC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC1A

Black with #B9DC1A

Text Example


Text Example

White with #B9DC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC1A; }

 p { color: rgb(185,220,26); }

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

background-color css

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

 a { background-color: rgb(185,220,26); }

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

border-color css

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

 span { border-color: rgb(185,220,26); }

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