Html Css Color HEX #B9E006 Inch Worm

📋 copy color: '#B9E006'

red 185 ◦ green 224 ◦ blue 6

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

Shades of Inch Worm #B9E006

Tints of Inch Worm #B9E006

RGB

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

 GREEN value IS 224 (87.89% from 255) = 53.98%

 BLUE value IS 6 (2.73% from 255) = 1.45%

R = 44.58%
G = 53.98%
B = 1.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#B9E006 (or 0xB9E006) is known color: Inch Worm. HEX triplet: B9, E0 and 06. RGB value is (185,224,6). Sum of RGB (Red+Green+Blue) = 185+224+6=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 224 (87.89% from 255 or 53.98% from 415); Blue value is 6 (2.73% from 255 or 1.45% from 415); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E006 is #461FF9. Grayscale: #BCBCBC. Windows color (decimal): -4595706 or 450745. OLE color: 450745.

HSL color Cylindrical-coordinate representation of color #B9E006: hue angle of 70.73º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9E006 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 224 6 -
CMYK 0.17 0 0.97 0.12
HSL 70.73º 0.95% 0.45% -
HSV(B) 70.73º 0.97% 0.88% -
XYZ 46.7 63.64 9.99 -
YUV 187.49 25.58 126.23 -
System Red Green Blue C M Y K H S L
Decimal 185 224 6 0.17 0 0.97 0.12 70.73 0.95 0.45
Hex B9 E0 6 11 0 61 C 47 5F 2D
Octal 271 340 6 21 0 141 14 107 137 55
Binary 10111001 11100000 110 10001 0 1100001 1100 1000111 1011111 101101

Color Harmonies of #B9E006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E006

Black with #B9E006

Text Example


Text Example

White with #B9E006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E006; }

 p { color: rgb(185,224,6); }

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

background-color css

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

 a { background-color: rgb(185,224,6); }

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

border-color css

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

 span { border-color: rgb(185,224,6); }

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