Html Css Color HEX #B9E80B Inch Worm

📋 copy color: '#B9E80B'

red 185 ◦ green 232 ◦ blue 11

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

Shades of Inch Worm #B9E80B

Tints of Inch Worm #B9E80B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 54.21%

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

R = 43.22%
G = 54.21%
B = 2.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#B9E80B (or 0xB9E80B) is known color: Inch Worm. HEX triplet: B9, E8 and 0B. RGB value is (185,232,11). Sum of RGB (Red+Green+Blue) = 185+232+11=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 232 (91.02% from 255 or 54.21% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9E80B is #4617F4. Grayscale: #C1C1C1. Windows color (decimal): -4593653 or 780473. OLE color: 780473.

HSL color Cylindrical-coordinate representation of color #B9E80B: hue angle of 72.76º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9E80B is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 232 11 -
CMYK 0.20 0 0.95 0.09
HSL 72.76º 0.91% 0.48% -
HSV(B) 72.76º 0.95% 0.91% -
XYZ 48.92 68.05 10.87 -
YUV 192.75 25.43 122.47 -
System Red Green Blue C M Y K H S L
Decimal 185 232 11 0.20 0 0.95 0.09 72.76 0.91 0.48
Hex B9 E8 B 14 0 5F 9 49 5B 30
Octal 271 350 13 24 0 137 11 111 133 60
Binary 10111001 11101000 1011 10100 0 1011111 1001 1001001 1011011 110000

Color Harmonies of #B9E80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E80B

Black with #B9E80B

Text Example


Text Example

White with #B9E80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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