Html Css Color HEX #B9E020 Inch Worm

📋 copy color: '#B9E020'

red 185 ◦ green 224 ◦ blue 32

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

Shades of Inch Worm #B9E020

Tints of Inch Worm #B9E020

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.79%

 BLUE value IS 32 (12.89% from 255) = 7.26%

R = 41.95%
G = 50.79%
B = 7.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#B9E020 (or 0xB9E020) is known color: Inch Worm. HEX triplet: B9, E0 and 20. RGB value is (185,224,32). Sum of RGB (Red+Green+Blue) = 185+224+32=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E020 is #461FDF. Grayscale: #BFBFBF. Windows color (decimal): -4595680 or 2154681. OLE color: 2154681.

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

Color convert

RGB 185 224 32 -
CMYK 0.17 0 0.86 0.12
HSL 72.19º 0.76% 0.5% -
HSV(B) 72.19º 0.86% 0.88% -
XYZ 46.92 63.73 11.19 -
YUV 190.45 38.58 124.11 -
System Red Green Blue C M Y K H S L
Decimal 185 224 32 0.17 0 0.86 0.12 72.19 0.76 0.5
Hex B9 E0 20 11 0 56 C 48 4C 32
Octal 271 340 40 21 0 126 14 110 114 62
Binary 10111001 11100000 100000 10001 0 1010110 1100 1001000 1001100 110010

Color Harmonies of #B9E020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E020

Black with #B9E020

Text Example


Text Example

White with #B9E020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E020; }

 p { color: rgb(185,224,32); }

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

background-color css

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

 a { background-color: rgb(185,224,32); }

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

border-color css

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

 span { border-color: rgb(185,224,32); }

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