Html Css Color HEX #B9F912 Inch Worm

📋 copy color: '#B9F912'

red 185 ◦ green 249 ◦ blue 18

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

Shades of Inch Worm #B9F912

Tints of Inch Worm #B9F912

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.09%

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

R = 40.93%
G = 55.09%
B = 3.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#B9F912 (or 0xB9F912) is known color: Inch Worm. HEX triplet: B9, F9 and 12. RGB value is (185,249,18). Sum of RGB (Red+Green+Blue) = 185+249+18=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 249 (97.66% from 255 or 55.09% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F912 is #4606ED. Grayscale: #CCCCCC. Windows color (decimal): -4589294 or 1243577. OLE color: 1243577.

HSL color Cylindrical-coordinate representation of color #B9F912: hue angle of 76.62º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9F912 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 249 18 -
CMYK 0.26 0 0.93 0.02
HSL 76.62º 0.95% 0.52% -
HSV(B) 76.62º 0.93% 0.98% -
XYZ 53.99 78.11 12.8 -
YUV 203.53 23.3 114.78 -
System Red Green Blue C M Y K H S L
Decimal 185 249 18 0.26 0 0.93 0.02 76.62 0.95 0.52
Hex B9 F9 12 1A 0 5D 2 4D 5F 34
Octal 271 371 22 32 0 135 2 115 137 64
Binary 10111001 11111001 10010 11010 0 1011101 10 1001101 1011111 110100

Color Harmonies of #B9F912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F912

Black with #B9F912

Text Example


Text Example

White with #B9F912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F912; }

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

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

background-color css

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

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

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

border-color css

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

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

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