Html Css Color HEX #BCD80E Inch Worm

📋 copy color: '#BCD80E'

red 188 ◦ green 216 ◦ blue 14

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

Shades of Inch Worm #BCD80E

Tints of Inch Worm #BCD80E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.67%

 BLUE value IS 14 (5.86% from 255) = 3.35%

R = 44.98%
G = 51.67%
B = 3.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#BCD80E (or 0xBCD80E) is known color: Inch Worm. HEX triplet: BC, D8 and 0E. RGB value is (188,216,14). Sum of RGB (Red+Green+Blue) = 188+216+14=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 216 (84.77% from 255 or 51.67% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD80E is #4327F1. Grayscale: #B9B9B9. Windows color (decimal): -4401138 or 972988. OLE color: 972988.

HSL color Cylindrical-coordinate representation of color #BCD80E: hue angle of 68.32º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCD80E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 14 -
CMYK 0.13 0 0.94 0.15
HSL 68.32º 0.88% 0.45% -
HSV(B) 68.32º 0.94% 0.85% -
XYZ 45.37 59.83 9.57 -
YUV 184.6 31.72 130.43 -
System Red Green Blue C M Y K H S L
Decimal 188 216 14 0.13 0 0.94 0.15 68.32 0.88 0.45
Hex BC D8 E D 0 5E F 44 58 2D
Octal 274 330 16 15 0 136 17 104 130 55
Binary 10111100 11011000 1110 1101 0 1011110 1111 1000100 1011000 101101

Color Harmonies of #BCD80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD80E

Black with #BCD80E

Text Example


Text Example

White with #BCD80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD80E; }

 p { color: rgb(188,216,14); }

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

background-color css

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

 a { background-color: rgb(188,216,14); }

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

border-color css

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

 span { border-color: rgb(188,216,14); }

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