Html Css Color HEX #B9F00B Inch Worm

📋 copy color: '#B9F00B'

red 185 ◦ green 240 ◦ blue 11

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

Shades of Inch Worm #B9F00B

Tints of Inch Worm #B9F00B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.52%

R = 42.43%
G = 55.05%
B = 2.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#B9F00B (or 0xB9F00B) is known color: Inch Worm. HEX triplet: B9, F0 and 0B. RGB value is (185,240,11). Sum of RGB (Red+Green+Blue) = 185+240+11=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 240 (94.14% from 255 or 55.05% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F00B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F00B is #460FF4. Grayscale: #C6C6C6. Windows color (decimal): -4591605 or 782521. OLE color: 782521.

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

Color convert

RGB 185 240 11 -
CMYK 0.23 0 0.95 0.06
HSL 74.41º 0.91% 0.49% -
HSV(B) 74.41º 0.95% 0.94% -
XYZ 51.23 72.66 11.64 -
YUV 197.45 22.78 119.12 -
System Red Green Blue C M Y K H S L
Decimal 185 240 11 0.23 0 0.95 0.06 74.41 0.91 0.49
Hex B9 F0 B 17 0 5F 6 4A 5B 31
Octal 271 360 13 27 0 137 6 112 133 61
Binary 10111001 11110000 1011 10111 0 1011111 110 1001010 1011011 110001

Color Harmonies of #B9F00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F00B

Black with #B9F00B

Text Example


Text Example

White with #B9F00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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