Html Css Color HEX #B2DC17 Inch Worm

📋 copy color: '#B2DC17'

red 178 ◦ green 220 ◦ blue 23

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

Shades of Inch Worm #B2DC17

Tints of Inch Worm #B2DC17

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.26%

 BLUE value IS 23 (9.38% from 255) = 5.46%

R = 42.28%
G = 52.26%
B = 5.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#B2DC17 (or 0xB2DC17) is known color: Inch Worm. HEX triplet: B2, DC and 17. RGB value is (178,220,23). Sum of RGB (Red+Green+Blue) = 178+220+23=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DC17 is #4D23E8. Grayscale: #B9B9B9. Windows color (decimal): -5055465 or 1563826. OLE color: 1563826.

HSL color Cylindrical-coordinate representation of color #B2DC17: hue angle of 72.79º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2DC17 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 220 23 -
CMYK 0.19 0 0.90 0.14
HSL 72.79º 0.81% 0.48% -
HSV(B) 72.79º 0.9% 0.86% -
XYZ 44.11 60.71 10.2 -
YUV 184.98 36.59 123.02 -
System Red Green Blue C M Y K H S L
Decimal 178 220 23 0.19 0 0.90 0.14 72.79 0.81 0.48
Hex B2 DC 17 13 0 5A E 49 51 30
Octal 262 334 27 23 0 132 16 111 121 60
Binary 10110010 11011100 10111 10011 0 1011010 1110 1001001 1010001 110000

Color Harmonies of #B2DC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC17

Black with #B2DC17

Text Example


Text Example

White with #B2DC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC17; }

 p { color: rgb(178,220,23); }

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

background-color css

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

 a { background-color: rgb(178,220,23); }

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

border-color css

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

 span { border-color: rgb(178,220,23); }

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