Html Css Color HEX #BCD90E Inch Worm

📋 copy color: '#BCD90E'

red 188 ◦ green 217 ◦ blue 14

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

Shades of Inch Worm #BCD90E

Tints of Inch Worm #BCD90E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.79%

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

R = 44.87%
G = 51.79%
B = 3.34%

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

#BCD90E (or 0xBCD90E) is known color: Inch Worm. HEX triplet: BC, D9 and 0E. RGB value is (188,217,14). Sum of RGB (Red+Green+Blue) = 188+217+14=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD90E is #4326F1. Grayscale: #B9B9B9. Windows color (decimal): -4400882 or 973244. OLE color: 973244.

HSL color Cylindrical-coordinate representation of color #BCD90E: hue angle of 68.57º 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 #BCD90E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 14 -
CMYK 0.13 0 0.94 0.15
HSL 68.57º 0.88% 0.45% -
HSV(B) 68.57º 0.94% 0.85% -
XYZ 45.63 60.35 9.66 -
YUV 185.19 31.39 130.01 -
System Red Green Blue C M Y K H S L
Decimal 188 217 14 0.13 0 0.94 0.15 68.57 0.88 0.45
Hex BC D9 E D 0 5E F 45 58 2D
Octal 274 331 16 15 0 136 17 105 130 55
Binary 10111100 11011001 1110 1101 0 1011110 1111 1000101 1011000 101101

Color Harmonies of #BCD90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD90E

Black with #BCD90E

Text Example


Text Example

White with #BCD90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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