Html Css Color HEX #B8D912 Inch Worm

📋 copy color: '#B8D912'

red 184 ◦ green 217 ◦ blue 18

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

Shades of Inch Worm #B8D912

Tints of Inch Worm #B8D912

RGB

 RED value IS 184 (72.27% from 255) = 43.91%

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

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

R = 43.91%
G = 51.79%
B = 4.3%

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

#B8D912 (or 0xB8D912) is known color: Inch Worm. HEX triplet: B8, D9 and 12. RGB value is (184,217,18). Sum of RGB (Red+Green+Blue) = 184+217+18=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D912 is #4726ED. Grayscale: #B9B9B9. Windows color (decimal): -4663022 or 1235384. OLE color: 1235384.

HSL color Cylindrical-coordinate representation of color #B8D912: hue angle of 69.95º 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 #B8D912 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 217 18 -
CMYK 0.15 0 0.92 0.15
HSL 69.95º 0.85% 0.46% -
HSV(B) 69.95º 0.92% 0.85% -
XYZ 44.69 59.86 9.77 -
YUV 184.45 34.07 127.68 -
System Red Green Blue C M Y K H S L
Decimal 184 217 18 0.15 0 0.92 0.15 69.95 0.85 0.46
Hex B8 D9 12 F 0 5C F 46 55 2E
Octal 270 331 22 17 0 134 17 106 125 56
Binary 10111000 11011001 10010 1111 0 1011100 1111 1000110 1010101 101110

Color Harmonies of #B8D912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D912

Black with #B8D912

Text Example


Text Example

White with #B8D912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D912; }

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

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

background-color css

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

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

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

border-color css

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

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

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