Html Css Color HEX #BCE80D Inch Worm

📋 copy color: '#BCE80D'

red 188 ◦ green 232 ◦ blue 13

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

Shades of Inch Worm #BCE80D

Tints of Inch Worm #BCE80D

RGB

 RED value IS 188 (73.83% from 255) = 43.42%

 GREEN value IS 232 (91.02% from 255) = 53.58%

 BLUE value IS 13 (5.47% from 255) = 3%

R = 43.42%
G = 53.58%
B = 3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#BCE80D (or 0xBCE80D) is known color: Inch Worm. HEX triplet: BC, E8 and 0D. RGB value is (188,232,13). Sum of RGB (Red+Green+Blue) = 188+232+13=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 232 (91.02% from 255 or 53.58% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE80D is #4317F2. Grayscale: #C2C2C2. Windows color (decimal): -4397043 or 911548. OLE color: 911548.

HSL color Cylindrical-coordinate representation of color #BCE80D: hue angle of 72.05º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCE80D is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 232 13 -
CMYK 0.19 0 0.94 0.09
HSL 72.05º 0.89% 0.48% -
HSV(B) 72.05º 0.94% 0.91% -
XYZ 49.67 68.43 10.97 -
YUV 193.88 25.92 123.81 -
System Red Green Blue C M Y K H S L
Decimal 188 232 13 0.19 0 0.94 0.09 72.05 0.89 0.48
Hex BC E8 D 13 0 5E 9 48 59 30
Octal 274 350 15 23 0 136 11 110 131 60
Binary 10111100 11101000 1101 10011 0 1011110 1001 1001000 1011001 110000

Color Harmonies of #BCE80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE80D

Black with #BCE80D

Text Example


Text Example

White with #BCE80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE80D; }

 p { color: rgb(188,232,13); }

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

background-color css

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

 a { background-color: rgb(188,232,13); }

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

border-color css

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

 span { border-color: rgb(188,232,13); }

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