Html Css Color HEX #B8DC1E Inch Worm

📋 copy color: '#B8DC1E'

red 184 ◦ green 220 ◦ blue 30

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

Shades of Inch Worm #B8DC1E

Tints of Inch Worm #B8DC1E

RGB

 RED value IS 184 (72.27% from 255) = 42.4%

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

 BLUE value IS 30 (12.11% from 255) = 6.91%

R = 42.4%
G = 50.69%
B = 6.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#B8DC1E (or 0xB8DC1E) is known color: Inch Worm. HEX triplet: B8, DC and 1E. RGB value is (184,220,30). Sum of RGB (Red+Green+Blue) = 184+220+30=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DC1E is #4723E1. Grayscale: #BCBCBC. Windows color (decimal): -4662242 or 2022584. OLE color: 2022584.

HSL color Cylindrical-coordinate representation of color #B8DC1E: hue angle of 71.37º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8DC1E is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 220 30 -
CMYK 0.16 0 0.86 0.14
HSL 71.37º 0.76% 0.49% -
HSV(B) 71.37º 0.86% 0.86% -
XYZ 45.59 61.47 10.69 -
YUV 187.58 39.07 125.45 -
System Red Green Blue C M Y K H S L
Decimal 184 220 30 0.16 0 0.86 0.14 71.37 0.76 0.49
Hex B8 DC 1E 10 0 56 E 47 4C 31
Octal 270 334 36 20 0 126 16 107 114 61
Binary 10111000 11011100 11110 10000 0 1010110 1110 1000111 1001100 110001

Color Harmonies of #B8DC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DC1E

Black with #B8DC1E

Text Example


Text Example

White with #B8DC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DC1E; }

 p { color: rgb(184,220,30); }

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

background-color css

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

 a { background-color: rgb(184,220,30); }

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

border-color css

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

 span { border-color: rgb(184,220,30); }

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