Html Css Color HEX #B4DC13 Inch Worm

📋 copy color: '#B4DC13'

red 180 ◦ green 220 ◦ blue 19

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

Shades of Inch Worm #B4DC13

Tints of Inch Worm #B4DC13

RGB

 RED value IS 180 (70.7% from 255) = 42.96%

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

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

R = 42.96%
G = 52.51%
B = 4.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#B4DC13 (or 0xB4DC13) is known color: Inch Worm. HEX triplet: B4, DC and 13. RGB value is (180,220,19). Sum of RGB (Red+Green+Blue) = 180+220+19=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4DC13 is #4B23EC. Grayscale: #B9B9B9. Windows color (decimal): -4924397 or 1301684. OLE color: 1301684.

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

Color convert

RGB 180 220 19 -
CMYK 0.18 0 0.91 0.14
HSL 71.94º 0.84% 0.47% -
HSV(B) 71.94º 0.91% 0.86% -
XYZ 44.53 60.94 10.03 -
YUV 185.13 34.25 124.34 -
System Red Green Blue C M Y K H S L
Decimal 180 220 19 0.18 0 0.91 0.14 71.94 0.84 0.47
Hex B4 DC 13 12 0 5B E 48 54 2F
Octal 264 334 23 22 0 133 16 110 124 57
Binary 10110100 11011100 10011 10010 0 1011011 1110 1001000 1010100 101111

Color Harmonies of #B4DC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DC13

Black with #B4DC13

Text Example


Text Example

White with #B4DC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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