Html Css Color HEX #B2DC13 Inch Worm

📋 copy color: '#B2DC13'

red 178 ◦ green 220 ◦ blue 19

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

Shades of Inch Worm #B2DC13

Tints of Inch Worm #B2DC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.56%

R = 42.69%
G = 52.76%
B = 4.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#B2DC13 (or 0xB2DC13) is known color: Inch Worm. HEX triplet: B2, DC and 13. RGB value is (178,220,19). Sum of RGB (Red+Green+Blue) = 178+220+19=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 19 (7.81% from 255 or 4.56% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DC13 is #4D23EC. Grayscale: #B9B9B9. Windows color (decimal): -5055469 or 1301682. OLE color: 1301682.

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

Color convert

RGB 178 220 19 -
CMYK 0.19 0 0.91 0.14
HSL 72.54º 0.84% 0.47% -
HSV(B) 72.54º 0.91% 0.86% -
XYZ 44.07 60.7 10.01 -
YUV 184.53 34.59 123.34 -
System Red Green Blue C M Y K H S L
Decimal 178 220 19 0.19 0 0.91 0.14 72.54 0.84 0.47
Hex B2 DC 13 13 0 5B E 49 54 2F
Octal 262 334 23 23 0 133 16 111 124 57
Binary 10110010 11011100 10011 10011 0 1011011 1110 1001001 1010100 101111

Color Harmonies of #B2DC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC13

Black with #B2DC13

Text Example


Text Example

White with #B2DC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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