Html Css Color HEX #B4D912 Inch Worm

📋 copy color: '#B4D912'

red 180 ◦ green 217 ◦ blue 18

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

Shades of Inch Worm #B4D912

Tints of Inch Worm #B4D912

RGB

 RED value IS 180 (70.7% from 255) = 43.37%

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

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

R = 43.37%
G = 52.29%
B = 4.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#B4D912 (or 0xB4D912) is known color: Inch Worm. HEX triplet: B4, D9 and 12. RGB value is (180,217,18). Sum of RGB (Red+Green+Blue) = 180+217+18=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 217 (85.16% from 255 or 52.29% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D912 is #4B26ED. Grayscale: #B8B8B8. Windows color (decimal): -4925166 or 1235380. OLE color: 1235380.

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

Color convert

RGB 180 217 18 -
CMYK 0.17 0 0.92 0.15
HSL 71.16º 0.85% 0.46% -
HSV(B) 71.16º 0.92% 0.85% -
XYZ 43.74 59.37 9.73 -
YUV 183.25 34.74 125.68 -
System Red Green Blue C M Y K H S L
Decimal 180 217 18 0.17 0 0.92 0.15 71.16 0.85 0.46
Hex B4 D9 12 11 0 5C F 47 55 2E
Octal 264 331 22 21 0 134 17 107 125 56
Binary 10110100 11011001 10010 10001 0 1011100 1111 1000111 1010101 101110

Color Harmonies of #B4D912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D912

Black with #B4D912

Text Example


Text Example

White with #B4D912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D912; }

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

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

background-color css

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

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

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

border-color css

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

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

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