Html Css Color HEX #B4D914 Inch Worm

📋 copy color: '#B4D914'

red 180 ◦ green 217 ◦ blue 20

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

Shades of Inch Worm #B4D914

Tints of Inch Worm #B4D914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.8%

R = 43.17%
G = 52.04%
B = 4.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#B4D914 (or 0xB4D914) is known color: Inch Worm. HEX triplet: B4, D9 and 14. RGB value is (180,217,20). Sum of RGB (Red+Green+Blue) = 180+217+20=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 217 (85.16% from 255 or 52.04% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D914 is #4B26EB. Grayscale: #B8B8B8. Windows color (decimal): -4925164 or 1366452. OLE color: 1366452.

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

Color convert

RGB 180 217 20 -
CMYK 0.17 0 0.91 0.15
HSL 71.27º 0.83% 0.46% -
HSV(B) 71.27º 0.91% 0.85% -
XYZ 43.76 59.38 9.82 -
YUV 183.48 35.74 125.52 -
System Red Green Blue C M Y K H S L
Decimal 180 217 20 0.17 0 0.91 0.15 71.27 0.83 0.46
Hex B4 D9 14 11 0 5B F 47 53 2E
Octal 264 331 24 21 0 133 17 107 123 56
Binary 10110100 11011001 10100 10001 0 1011011 1111 1000111 1010011 101110

Color Harmonies of #B4D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D914

Black with #B4D914

Text Example


Text Example

White with #B4D914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D914; }

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

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

background-color css

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

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

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

border-color css

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

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

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