Html Css Color HEX #B9E314 Inch Worm

📋 copy color: '#B9E314'

red 185 ◦ green 227 ◦ blue 20

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

Shades of Inch Worm #B9E314

Tints of Inch Worm #B9E314

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.55%

 BLUE value IS 20 (8.2% from 255) = 4.63%

R = 42.82%
G = 52.55%
B = 4.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#B9E314 (or 0xB9E314) is known color: Inch Worm. HEX triplet: B9, E3 and 14. RGB value is (185,227,20). Sum of RGB (Red+Green+Blue) = 185+227+20=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 227 (89.06% from 255 or 52.55% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E314 is #461CEB. Grayscale: #BFBFBF. Windows color (decimal): -4594924 or 1369017. OLE color: 1369017.

HSL color Cylindrical-coordinate representation of color #B9E314: hue angle of 72.17º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9E314 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 227 20 -
CMYK 0.19 0 0.91 0.11
HSL 72.17º 0.84% 0.48% -
HSV(B) 72.17º 0.91% 0.89% -
XYZ 47.6 65.3 10.76 -
YUV 190.84 31.59 123.83 -
System Red Green Blue C M Y K H S L
Decimal 185 227 20 0.19 0 0.91 0.11 72.17 0.84 0.48
Hex B9 E3 14 13 0 5B B 48 54 30
Octal 271 343 24 23 0 133 13 110 124 60
Binary 10111001 11100011 10100 10011 0 1011011 1011 1001000 1010100 110000

Color Harmonies of #B9E314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E314

Black with #B9E314

Text Example


Text Example

White with #B9E314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E314; }

 p { color: rgb(185,227,20); }

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

background-color css

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

 a { background-color: rgb(185,227,20); }

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

border-color css

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

 span { border-color: rgb(185,227,20); }

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