Html Css Color HEX #B0D914 Inch Worm

📋 copy color: '#B0D914'

red 176 ◦ green 217 ◦ blue 20

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

Shades of Inch Worm #B0D914

Tints of Inch Worm #B0D914

RGB

 RED value IS 176 (69.14% from 255) = 42.62%

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

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

R = 42.62%
G = 52.54%
B = 4.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#B0D914 (or 0xB0D914) is known color: Inch Worm. HEX triplet: B0, D9 and 14. RGB value is (176,217,20). Sum of RGB (Red+Green+Blue) = 176+217+20=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 217 (85.16% from 255 or 52.54% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D914 is #4F26EB. Grayscale: #B7B7B7. Windows color (decimal): -5187308 or 1366448. OLE color: 1366448.

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

Color convert

RGB 176 217 20 -
CMYK 0.19 0 0.91 0.15
HSL 72.49º 0.83% 0.46% -
HSV(B) 72.49º 0.91% 0.85% -
XYZ 42.84 58.91 9.77 -
YUV 182.28 36.42 123.52 -
System Red Green Blue C M Y K H S L
Decimal 176 217 20 0.19 0 0.91 0.15 72.49 0.83 0.46
Hex B0 D9 14 13 0 5B F 48 53 2E
Octal 260 331 24 23 0 133 17 110 123 56
Binary 10110000 11011001 10100 10011 0 1011011 1111 1001000 1010011 101110

Color Harmonies of #B0D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D914

Black with #B0D914

Text Example


Text Example

White with #B0D914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D914; }

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

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

background-color css

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

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

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

border-color css

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

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

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