Html Css Color HEX #B2DC21 Inch Worm

📋 copy color: '#B2DC21'

red 178 ◦ green 220 ◦ blue 33

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

Shades of Inch Worm #B2DC21

Tints of Inch Worm #B2DC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.66%

R = 41.3%
G = 51.04%
B = 7.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#B2DC21 (or 0xB2DC21) is known color: Inch Worm. HEX triplet: B2, DC and 21. RGB value is (178,220,33). Sum of RGB (Red+Green+Blue) = 178+220+33=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DC21 is #4D23DE. Grayscale: #BABABA. Windows color (decimal): -5055455 or 2219186. OLE color: 2219186.

HSL color Cylindrical-coordinate representation of color #B2DC21: hue angle of 73.48º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2DC21 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 220 33 -
CMYK 0.19 0 0.85 0.14
HSL 73.48º 0.74% 0.5% -
HSV(B) 73.48º 0.85% 0.86% -
XYZ 44.23 60.76 10.84 -
YUV 186.12 41.59 122.21 -
System Red Green Blue C M Y K H S L
Decimal 178 220 33 0.19 0 0.85 0.14 73.48 0.74 0.5
Hex B2 DC 21 13 0 55 E 49 4A 32
Octal 262 334 41 23 0 125 16 111 112 62
Binary 10110010 11011100 100001 10011 0 1010101 1110 1001001 1001010 110010

Color Harmonies of #B2DC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC21

Black with #B2DC21

Text Example


Text Example

White with #B2DC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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