Html Css Color HEX #B9E414 Inch Worm

📋 copy color: '#B9E414'

red 185 ◦ green 228 ◦ blue 20

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

Shades of Inch Worm #B9E414

Tints of Inch Worm #B9E414

RGB

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

 GREEN value IS 228 (89.45% from 255) = 52.66%

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

R = 42.73%
G = 52.66%
B = 4.62%

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

#B9E414 (or 0xB9E414) is known color: Inch Worm. HEX triplet: B9, E4 and 14. RGB value is (185,228,20). Sum of RGB (Red+Green+Blue) = 185+228+20=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 228 (89.45% from 255 or 52.66% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E414 is #461BEB. Grayscale: #C0C0C0. Windows color (decimal): -4594668 or 1369273. OLE color: 1369273.

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

Color convert

RGB 185 228 20 -
CMYK 0.19 0 0.91 0.11
HSL 72.4º 0.84% 0.49% -
HSV(B) 72.4º 0.91% 0.89% -
XYZ 47.88 65.85 10.85 -
YUV 191.43 31.25 123.41 -
System Red Green Blue C M Y K H S L
Decimal 185 228 20 0.19 0 0.91 0.11 72.4 0.84 0.49
Hex B9 E4 14 13 0 5B B 48 54 31
Octal 271 344 24 23 0 133 13 110 124 61
Binary 10111001 11100100 10100 10011 0 1011011 1011 1001000 1010100 110001

Color Harmonies of #B9E414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E414

Black with #B9E414

Text Example


Text Example

White with #B9E414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E414; }

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

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

background-color css

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

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

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

border-color css

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

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

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