Html Css Color HEX #B9E310 Inch Worm

📋 copy color: '#B9E310'

red 185 ◦ green 227 ◦ blue 16

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

Shades of Inch Worm #B9E310

Tints of Inch Worm #B9E310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.74%

R = 43.22%
G = 53.04%
B = 3.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#B9E310 (or 0xB9E310) is known color: Inch Worm. HEX triplet: B9, E3 and 10. RGB value is (185,227,16). Sum of RGB (Red+Green+Blue) = 185+227+16=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 227 (89.06% from 255 or 53.04% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E310 is #461CEF. Grayscale: #BFBFBF. Windows color (decimal): -4594928 or 1106873. OLE color: 1106873.

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

Color convert

RGB 185 227 16 -
CMYK 0.19 0 0.93 0.11
HSL 71.94º 0.87% 0.48% -
HSV(B) 71.94º 0.93% 0.89% -
XYZ 47.57 65.29 10.59 -
YUV 190.39 29.59 124.16 -
System Red Green Blue C M Y K H S L
Decimal 185 227 16 0.19 0 0.93 0.11 71.94 0.87 0.48
Hex B9 E3 10 13 0 5D B 48 57 30
Octal 271 343 20 23 0 135 13 110 127 60
Binary 10111001 11100011 10000 10011 0 1011101 1011 1001000 1010111 110000

Color Harmonies of #B9E310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E310

Black with #B9E310

Text Example


Text Example

White with #B9E310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E310; }

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

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

background-color css

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

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

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

border-color css

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

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

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