Html Css Color HEX #B2D914 Inch Worm

📋 copy color: '#B2D914'

red 178 ◦ green 217 ◦ blue 20

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

Shades of Inch Worm #B2D914

Tints of Inch Worm #B2D914

RGB

 RED value IS 178 (69.92% from 255) = 42.89%

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

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

R = 42.89%
G = 52.29%
B = 4.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#B2D914 (or 0xB2D914) is known color: Inch Worm. HEX triplet: B2, D9 and 14. RGB value is (178,217,20). Sum of RGB (Red+Green+Blue) = 178+217+20=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 217 (85.16% from 255 or 52.29% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D914 is #4D26EB. Grayscale: #B7B7B7. Windows color (decimal): -5056236 or 1366450. OLE color: 1366450.

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

Color convert

RGB 178 217 20 -
CMYK 0.18 0 0.91 0.15
HSL 71.88º 0.83% 0.46% -
HSV(B) 71.88º 0.91% 0.85% -
XYZ 43.3 59.14 9.8 -
YUV 182.88 36.08 124.52 -
System Red Green Blue C M Y K H S L
Decimal 178 217 20 0.18 0 0.91 0.15 71.88 0.83 0.46
Hex B2 D9 14 12 0 5B F 48 53 2E
Octal 262 331 24 22 0 133 17 110 123 56
Binary 10110010 11011001 10100 10010 0 1011011 1111 1001000 1010011 101110

Color Harmonies of #B2D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D914

Black with #B2D914

Text Example


Text Example

White with #B2D914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D914; }

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

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

background-color css

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

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

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

border-color css

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

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

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