Html Css Color HEX #B9D912 Inch Worm

📋 copy color: '#B9D912'

red 185 ◦ green 217 ◦ blue 18

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

Shades of Inch Worm #B9D912

Tints of Inch Worm #B9D912

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.67%

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

R = 44.05%
G = 51.67%
B = 4.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#B9D912 (or 0xB9D912) is known color: Inch Worm. HEX triplet: B9, D9 and 12. RGB value is (185,217,18). Sum of RGB (Red+Green+Blue) = 185+217+18=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D912 is #4626ED. Grayscale: #B9B9B9. Windows color (decimal): -4597486 or 1235385. OLE color: 1235385.

HSL color Cylindrical-coordinate representation of color #B9D912: hue angle of 69.65º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9D912 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 217 18 -
CMYK 0.15 0 0.92 0.15
HSL 69.65º 0.85% 0.46% -
HSV(B) 69.65º 0.92% 0.85% -
XYZ 44.93 59.98 9.78 -
YUV 184.75 33.9 128.18 -
System Red Green Blue C M Y K H S L
Decimal 185 217 18 0.15 0 0.92 0.15 69.65 0.85 0.46
Hex B9 D9 12 F 0 5C F 46 55 2E
Octal 271 331 22 17 0 134 17 106 125 56
Binary 10111001 11011001 10010 1111 0 1011100 1111 1000110 1010101 101110

Color Harmonies of #B9D912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D912

Black with #B9D912

Text Example


Text Example

White with #B9D912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D912; }

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

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

background-color css

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

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

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

border-color css

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

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

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