Html Css Color HEX #B9F612 Inch Worm

📋 copy color: '#B9F612'

red 185 ◦ green 246 ◦ blue 18

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

Shades of Inch Worm #B9F612

Tints of Inch Worm #B9F612

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.79%

 BLUE value IS 18 (7.42% from 255) = 4.01%

R = 41.2%
G = 54.79%
B = 4.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#B9F612 (or 0xB9F612) is known color: Inch Worm. HEX triplet: B9, F6 and 12. RGB value is (185,246,18). Sum of RGB (Red+Green+Blue) = 185+246+18=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 246 (96.48% from 255 or 54.79% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 246 - color contains mainly: green. Hex color #B9F612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F612 is #4609ED. Grayscale: #CACACA. Windows color (decimal): -4590062 or 1242809. OLE color: 1242809.

HSL color Cylindrical-coordinate representation of color #B9F612: hue angle of 76.05º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9F612 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 246 18 -
CMYK 0.25 0 0.93 0.04
HSL 76.05º 0.93% 0.52% -
HSV(B) 76.05º 0.93% 0.96% -
XYZ 53.07 76.27 12.5 -
YUV 201.77 24.29 116.04 -
System Red Green Blue C M Y K H S L
Decimal 185 246 18 0.25 0 0.93 0.04 76.05 0.93 0.52
Hex B9 F6 12 19 0 5D 4 4C 5D 34
Octal 271 366 22 31 0 135 4 114 135 64
Binary 10111001 11110110 10010 11001 0 1011101 100 1001100 1011101 110100

Color Harmonies of #B9F612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F612

Black with #B9F612

Text Example


Text Example

White with #B9F612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F612; }

 p { color: rgb(185,246,18); }

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

background-color css

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

 a { background-color: rgb(185,246,18); }

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

border-color css

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

 span { border-color: rgb(185,246,18); }

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