Html Css Color HEX #B9F013 Inch Worm

📋 copy color: '#B9F013'

red 185 ◦ green 240 ◦ blue 19

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

Shades of Inch Worm #B9F013

Tints of Inch Worm #B9F013

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.05%

 BLUE value IS 19 (7.81% from 255) = 4.28%

R = 41.67%
G = 54.05%
B = 4.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#B9F013 (or 0xB9F013) is known color: Inch Worm. HEX triplet: B9, F0 and 13. RGB value is (185,240,19). Sum of RGB (Red+Green+Blue) = 185+240+19=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 240 (94.14% from 255 or 54.05% from 444); Blue value is 19 (7.81% from 255 or 4.28% from 444); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F013 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F013 is #460FEC. Grayscale: #C7C7C7. Windows color (decimal): -4591597 or 1306809. OLE color: 1306809.

HSL color Cylindrical-coordinate representation of color #B9F013: hue angle of 74.93º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9F013 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 240 19 -
CMYK 0.23 0 0.92 0.06
HSL 74.93º 0.88% 0.51% -
HSV(B) 74.93º 0.92% 0.94% -
XYZ 51.29 72.68 11.94 -
YUV 198.36 26.78 118.47 -
System Red Green Blue C M Y K H S L
Decimal 185 240 19 0.23 0 0.92 0.06 74.93 0.88 0.51
Hex B9 F0 13 17 0 5C 6 4B 58 33
Octal 271 360 23 27 0 134 6 113 130 63
Binary 10111001 11110000 10011 10111 0 1011100 110 1001011 1011000 110011

Color Harmonies of #B9F013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F013

Black with #B9F013

Text Example


Text Example

White with #B9F013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F013; }

 p { color: rgb(185,240,19); }

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

background-color css

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

 a { background-color: rgb(185,240,19); }

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

border-color css

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

 span { border-color: rgb(185,240,19); }

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